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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 韃鯉ス嬢ョクH | 11101000111001011000110011101111101111011000111111101100101011101011100001001000 | e8e58cefbd8fecaeb848 |
EUC-JP | 韃鯉ス嬢ョクH | 11110000111001111011100011110001100011101011110110111110111011101000111010101110100011101011100001001000 | f0e7b8f18ebdbeee8eae8eb848 |
UTF-8 | 韃鯉ス嬢ョクH | 11101001100111111000001111101001101011111000100111101111101111011011110111100101101011001010001011101111101111011010111011101111101111011011100001001000 | e99f83e9af89efbdbde5aca2efbdaeefbdb848 |
UHC | ?鯉????H | 0011111111010111111011110011111100111111001111110011111101001000 | 3fd7ef3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)