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 | 至???? | 100011101000101000111111001111110011111100111111 | 8e8a3f3f3f3f |
EUC-JP | 至???? | 101110111110101000111111001111110011111100111111 | bbea3f3f3f3f |
UTF-8 | 至렔炡쿰렰 | 111010001000011110110011111010111010000010010100111001111000001010100001111011001011111110110000111010111010000010110000 | e887b3eba094e782a1ecbfb0eba0b0 |
UHC | 至렔炡쿰렰 | 11110010101110001000111010101001111011111110100011000100111100011000111010111101 | f2b88ea9efe8c4f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)