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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 冓訐戰廾 | 1001100101101001111001100101111110011101010001001001110001001111 | 9969e65f9d449c4f |
EUC-JP | 冓訐戰廾 | 1101000111001010111010111100000011011001101001011101011110110000 | d1caebc0d9a5d7b0 |
UTF-8 | 冓訐戰廾 | 111001011000011010010011111010001010100010010000111001101000100010110000111001011011101110111110 | e58693e8a890e688b0e5bbbe |
UHC | ??戰? | 0011111100111111111011101111101000111111 | 3f3feefa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)