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 | 111001111001110010000001011011101110011110011100100000010110111001000010 | e79c816ee79c816e42 |
EUC-JP | 逵]逵]B | 111011011111110010100001110011111110110111111100101000011100111101000010 | edfca1cfedfca1cf42 |
UTF-8 | 逵]逵]B | 11101001100000001011010111101111101111001011110111101001100000001011010111101111101111001011110101000010 | e980b5efbcbde980b5efbcbd42 |
UHC | 逵]逵]B | 110100001011000010100011110111011101000010110000101000111101110101000010 | d0b0a3ddd0b0a3dd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)