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 | 淸イ桄ク昇 | 1111101101000011101100101111101011100110101110001000111110111000 | fb43b2fae6b88fb8 |
EUC-JP | ?イ桄ク昇 | 00111111100011101011001010001111110000111101100010001110101110001011111010111010 | 3f8eb28fc3d88eb8beba |
UTF-8 | 淸イ桄ク昇 | 111001101011011110111000111011111011110110110010111001101010000110000100111011111011110110111000111001101001100010000111 | e6b7b8efbdb2e6a184efbdb8e69887 |
UHC | 淸???昇 | 11110100111010000011111100111111001111111110001110110000 | f4e83f3f3fe3b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)