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 | ½ª´ª | 10111101101010101011010010101010 | bdaab4aa |
SJIS-WIN | ??´? | 0011111100111111100000010100110000111111 | 3f3f814c3f |
EUC-JP | ?ª´ª | 001111111000111110100010111011001010000110101101100011111010001011101100 | 3f8fa2eca1ad8fa2ec |
UTF-8 | ½ª´ª | 1100001010111101110000101010101011000010101101001100001010101010 | c2bdc2aac2b4c2aa |
UHC | ½ª´ª | 1010100011110110101010001010001110100010101001011010100010100011 | a8f6a8a3a2a5a8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)