To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???鶯? | 001111110011111100111111111010011111001000111111 | 3f3f3fe9f23f |
EUC-JP | ???鶯? | 001111110011111100111111111100101111010000111111 | 3f3f3ff2f43f |
UTF-8 | 遼꿜폒鶯콮 | 111011111010011110000011111010101011111110011100111011011000111110010010111010011011011010101111111011001011110110101110 | efa783eabf9ced8f92e9b6afecbdae |
UHC | 遼꿜폒鶯콮 | 11101001101011001011001011100100101111001001110011100101101000111011001001000010 | e9acb2e4bc9ce5a3b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)