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 | êóºî¨¢ | 111010101111001110111010111011101010100010100010 | eaf3baeea8a2 |
SJIS-WIN | ????¨¢ | 0011111100111111001111110011111110000001010011101000000110010001 | 3f3f3f3f814e8191 |
EUC-JP | êóºî¨¢ | 10001111101010111011010010001111101010111101000110001111101000101110101110001111101010111100001010100001101011111010000111110001 | 8fabb48fabd18fa2eb8fabc2a1afa1f1 |
UTF-8 | êóºî¨¢ | 110000111010101011000011101100111100001010111010110000111010111011000010101010001100001010100010 | c3aac3b3c2bac3aec2a8c2a2 |
UHC | ??º?¨? | 0011111100111111101010001010110000111111101000011010011100111111 | 3f3fa8ac3fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)