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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?馬 | 001111111001010001101110 | 3f946e |
EUC-JP | ?馬 | 001111111100011111001111 | 3fc7cf |
UTF-8 | 랑馬 | 111010111001111010010001111010011010011010101100 | eb9e91e9a6ac |
UHC | 랑馬 | 10110110111110111101100010101001 | b6fbd8a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)