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 | @¥@@ | 10010010010000001001000110100101100100100100000001000000 | 924091a5924040 |
SJIS-WIN | ?@?¥?@@ | 0011111101000000001111111000000110001111001111110100000001000000 | 3f403f818f3f4040 |
EUC-JP | ?@???@@ | 00111111010000000011111100111111001111110100000001000000 | 3f403f3f3f4040 |
UTF-8 | @¥@@ | 1100001010010010010000001100001010010001110000101010010111000010100100100100000001000000 | c29240c291c2a5c2924040 |
UHC | ?@???@@ | 00111111010000000011111100111111001111110100000001000000 | 3f403f3f3f4040 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)