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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?褻蘚^ | 001111111110010111110110111001010110010001011110 | 3fe5f6e5645e |
EUC-JP | ?褻蘚^ | 001111111110101011111000111010011100010101011110 | 3feaf8e9c55e |
UTF-8 | 蟬褻蘚^ | 11101000100111111010110011101000101001001011101111101000100110001001101001011110 | e89face8a4bbe8989a5e |
UHC | 蟬褻蘚^ | 11100000110100011110000011100001111000001101000001011110 | e0d1e0e1e0d05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)