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 | 嶸?節?? | 11111010101101000011111110010000110111110011111100111111 | fab43f90df3f3f |
EUC-JP | 嶸?節?? | 1000111110111011111101000011111111000000111000010011111100111111 | 8fbbf43fc0e13f3f |
UTF-8 | 嶸뢆節깍쉿 | 111001011011011010111000111010111010001010000110111001111010111110000000111010101011100110001101111011001000100110111111 | e5b6b8eba286e7af80eab98dec89bf |
UHC | 嶸뢆節깍쉿 | 11100111101011101000111101000010111011111011110110110001111011111011110110110010 | e7ae8f42efbdb1efbdb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)