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 | ?}?|BF | 001111110111110100111111011111000100001001000110 | 3f7d3f7c4246 |
SJIS-WIN | 涌}涌|BF | 1001011101001111011111011001011101001111011111000100001001000110 | 974f7d974f7c4246 |
EUC-JP | 涌}涌|BF | 1100110110110000011111011100110110110000011111000100001001000110 | cdb07dcdb07c4246 |
UTF-8 | 涌}涌|BF | 11100110101101101000110001111101111001101011011010001100011111000100001001000110 | e6b68c7de6b68c7c4246 |
UHC | 涌}涌|BF | 1110100110111111011111011110100110111111011111000100001001000110 | e9bf7de9bf7c4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)