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 | 姙?葬?? | 10011011010010110011111110010001100100100011111100111111 | 9b4b3f91923f3f |
EUC-JP | 姙?葬?馹 | 110101011010110000111111110000011111001000111111100011111110100110100001 | d5ac3fc1f23f8fe9a1 |
UTF-8 | 姙렪葬렢馹 | 111001011010011110011001111010111010000010101010111010001001000110101100111010111010000010100010111010011010011010111001 | e5a799eba0aae891aceba0a2e9a6b9 |
UHC | 姙렪葬렢馹 | 11101100111101011000111010111000111011011111011110001110101100111110110011110001 | ecf58eb8edf78eb3ecf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)