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 | 瑤??節?∀ | 111010101010001000111111001111111001000011011111001111111000000111001101 | eaa23f3f90df3f81cd |
EUC-JP | 瑤??節?∀ | 111101001010010000111111001111111100000011100001001111111010001011001111 | f4a43f3fc0e13fa2cf |
UTF-8 | 瑤껆룑節끿∀ | 111001111001000110100100111010101011101110000110111010111010001110010001111001111010111110000000111010111000000110111111111000101000100010000000 | e791a4eabb86eba391e7af80eb81bfe28880 |
UHC | 瑤껆룑節끿∀ | 111010001111110110000011111001111000111110001110111011111011110110000101111001111010001010100011 | e8fd83e78f8eefbd85e7a2a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)