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 | ?m | 001111111000001010001101 | 3f828d |
EUC-JP | ?m | 001111111010001111101101 | 3fa3ed |
UTF-8 | 겜m | 111010101011001010011100111011111011110110001101 | eab29cefbd8d |
UHC | 겜m | 10110000110101111010001111101101 | b0d7a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)