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 | 遑晄カ㍉淏 | 111001111010000110011101111001101011011010000111010111111111101101000010 | e7a19de6b6875ffb42 |
EUC-JP | 遑晄カ?淏 | 11101110101000111101101011101000100011101011011000111111100011111100011111011001 | eea3dae88eb63f8fc7d9 |
UTF-8 | 遑晄カ㍉淏 | 111010011000000110010001111001101001100110000100111011111011110110110110111000111000110110001001111001101011011110001111 | e98191e69984efbdb6e38d89e6b78f |
UHC | 遑晄??淏 | 1111110011011010111111001100110100111111001111111111101111001000 | fcdafccd3f3ffbc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)