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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 跼ケ鄒ィB | 11100110111100001011100111100111101111101010100001000010 | e6f0b9e7bea842 |
EUC-JP | 跼ケ鄒ィB | 111011001111001010001110101110011110111011000000100011101010100001000010 | ecf28eb9eec08ea842 |
UTF-8 | 跼ケ鄒ィB | 11101000101101111011110011101111101111011011100111101001100001001001001011101111101111011010100001000010 | e8b7bcefbdb9e98492efbda842 |
UHC | ??鄒?B | 001111110011111111110101110110110011111101000010 | 3f3ff5db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)