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 | ??h | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | ?瓦h | 00111111100010101010001001101000 | 3f8aa268 |
EUC-JP | ?瓦h | 00111111101101001010010001101000 | 3fb4a468 |
UTF-8 | 뿲瓦h | 11101011101111111011001011100111100100111010011001101000 | ebbfb2e793a668 |
UHC | 뿲瓦h | 1001011110110010111010001011111101101000 | 97b2e8bf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)