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 | 支?淫?窪 | 1000111001111000001111111000100011111010001111111000110001000101 | 8e783f88fa3f8c45 |
EUC-JP | 支?淫?窪 | 1011101111011001001111111011000011111100001111111011011110100110 | bbd93fb0fc3fb7a6 |
UTF-8 | 支렜淫렪窪 | 111001101001010010101111111010111010000010011100111001101011011110101011111010111010000010101010111001111010101010101010 | e694afeba09ce6b7abeba0aae7aaaa |
UHC | 支렜淫렪窪 | 11110010101010001000111010101110111010111110001010001110101110001110100011000001 | f2a88eaeebe28eb8e8c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)