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 | 1000111101111000001111110011111100111111001111110011111101001000 | 8f783f3f3f3f3f48 |
EUC-JP | 駿?????H | 1011110111011001001111110011111100111111001111110011111101001000 | bdd93f3f3f3f3f48 |
UTF-8 | 駿목렰어렜렪H | 11101001101001111011111111101011101010101010100111101011101000001011000011101100100101101011010011101011101000001001110011101011101000001010101001001000 | e9a7bfebaaa9eba0b0ec96b4eba09ceba0aa48 |
UHC | 駿목렰어렜렪H | 11110001111001111011100011110001100011101011110110111110111011101000111010101110100011101011100001001000 | f1e7b8f18ebdbeee8eae8eb848 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)