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 | ????H | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 息臓蔵俗H | 100100011010011110010001100111111001000110100000100100011010110101001000 | 91a7919f91a091ad48 |
EUC-JP | 息臓蔵俗H | 110000101010100111000010101000011100001010100010110000101010111101001000 | c2a9c2a1c2a2c2af48 |
UTF-8 | 息臓蔵俗H | 11100110100000011010111111101000100001111001001111101000100101001011010111100100101111111001011101001000 | e681afe88793e894b5e4bf9748 |
UHC | 息??俗H | 11100011110100110011111100111111111000011101010001001000 | e3d33f3fe1d448 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)