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 | 11101001100001111000110011101111101111011000111111101100101011101011100001001000 | e9878cefbd8fecaeb848 |
EUC-JP | 驥鯉ス嬢ョクH | 11110001111001111011100011110001100011101011110110111110111011101000111010101110100011101011100001001000 | f1e7b8f18ebdbeee8eae8eb848 |
UTF-8 | 驥鯉ス嬢ョクH | 11101001101010011010010111101001101011111000100111101111101111011011110111100101101011001010001011101111101111011010111011101111101111011011100001001000 | e9a9a5e9af89efbdbde5aca2efbdaeefbdb848 |
UHC | 驥鯉????H | 110100011100101011010111111011110011111100111111001111110011111101001000 | d1cad7ef3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)