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 | 腫?凋?堤 | 1000111011101110001111111001001010011100001111111001001011100111 | 8eee3f929c3f92e7 |
EUC-JP | 腫?凋?堤 | 1011110011110000001111111100001111111100001111111100010011101001 | bcf03fc3fc3fc4e9 |
UTF-8 | 腫렍凋렪堤 | 111010001000010110101011111010111010000010001101111001011000011110001011111010111010000010101010111001011010000010100100 | e885abeba08de5878beba0aae5a0a4 |
UHC | 腫렍凋렪堤 | 11110000111111101000111010100011111100001011110110001110101110001111000010100111 | f0fe8ea3f0bd8eb8f0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)