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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瑤?/徇?? | 111010101010001000111111100000010101111010011100011011010011111100111111 | eaa23f815e9c6d3f3f |
EUC-JP | 瑤?/徇?? | 111101001010010000111111101000011011111111010111110011100011111100111111 | f4a43fa1bfd7ce3f3f |
UTF-8 | 瑤껆/徇뚩뫍 | 111001111001000110100100111010101011101110000110111011111011110010001111111001011011111010000111111010111001101010101001111010111010101110001101 | e791a4eabb86efbc8fe5be87eb9aa9ebab8d |
UHC | 瑤껆/徇뚩뫍 | 111010001111110110000011111001111010001110101111111000101101111110001100111010001001000110101111 | e8fd83e7a3afe2df8ce891af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)