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 | ???c^ | 0011111100111111001111110110001101011110 | 3f3f3f635e |
SJIS-WIN | 蝴憾?c^ | 11100101100110101000101010110110001111110110001101011110 | e59a8ab63f635e |
EUC-JP | 蝴憾?c^ | 11101001111110101011010010111000001111110110001101011110 | e9fab4b83f635e |
UTF-8 | 蝴憾튜c^ | 1110100010011101101101001110011010000110101111101110110110001010100111000110001101011110 | e89db4e686beed8a9c635e |
UHC | 蝴憾튜c^ | 1111101111011101110010101111000011000110101010010110001101011110 | fbddcaf0c6a9635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)