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 | 尅狆翻^ | 10011011100100011110000010111100100101100111110001011110 | 9b91e0bc967c5e |
EUC-JP | 尅狆翻^ | 11010101111100011110000010111110110010111101110101011110 | d5f1e0becbdd5e |
UTF-8 | 尅狆翻^ | 11100101101100001000010111100111100010111000011011100111101111111011101101011110 | e5b085e78b86e7bfbb5e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)