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 | 壹倩牘^ | 10011010111000111001100011101000111000001010111101011110 | 9ae398e8e0af5e |
EUC-JP | 壹倩牘^ | 11010100111001011101000011101010111000001011000101011110 | d4e5d0eae0b15e |
UTF-8 | 壹倩牘^ | 11100101101000111011100111100101100000001010100111100111100010011001100001011110 | e5a3b9e580a9e789985e |
UHC | 壹?牘^ | 111011001110110000111111110101001011101001011110 | ecec3fd4ba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)