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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 只?凋?堤 | 1001000111111100001111111001001010011100001111111001001011100111 | 91fc3f929c3f92e7 |
EUC-JP | 只?凋?堤 | 1100001011111110001111111100001111111100001111111100010011101001 | c2fe3fc3fc3fc4e9 |
UTF-8 | 只렍凋렪堤 | 111001011000111110101010111010111010000010001101111001011000011110001011111010111010000010101010111001011010000010100100 | e58faaeba08de5878beba0aae5a0a4 |
UHC | 只렍凋렪堤 | 11110001111111101000111010100011111100001011110110001110101110001111000010100111 | f1fe8ea3f0bd8eb8f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)