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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 楮?????? | 1001111010111000001111110011111100111111001111110011111100111111 | 9eb83f3f3f3f3f3f |
EUC-JP | 楮?????? | 1101110010111010001111110011111100111111001111110011111100111111 | dcba3f3f3f3f3f3f |
UTF-8 | 楮명렪블렡肋렒 | 111001101010010110101110111010111010101010000101111010111010000010101010111010111011100010010100111010111010000010100001111011111010010110010011111010111010000010010010 | e6a5aeebaa85eba0aaebb894eba0a1efa593eba092 |
UHC | 楮명렪블렡肋렒 | 1110111010111111101110001110110110001110101110001011101011101101100011101011001011010010111100011000111010100111 | eebfb8ed8eb8baed8eb2d2f18ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)