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 | 臧?葬?章 | 1110010001101000001111111001000110010010001111111000111111001101 | e4683f91923f8fcd |
EUC-JP | 臧?葬?章 | 1110011111001001001111111100000111110010001111111011111011001111 | e7c93fc1f23fbecf |
UTF-8 | 臧렪葬렢章 | 111010001000011110100111111010111010000010101010111010001001000110101100111010111010000010100010111001111010101110100000 | e887a7eba0aae891aceba0a2e7aba0 |
UHC | 臧렪葬렢章 | 11101101111101011000111010111000111011011111011110001110101100111110110111110001 | edf58eb8edf78eb3edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)