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 | ?寓 | 001111111000101111110101 | 3f8bf5 |
EUC-JP | ?寓 | 001111111011011011110111 | 3fb6f7 |
UTF-8 | 쇒寓 | 111011001000011110010010111001011010111110010011 | ec8792e5af93 |
UHC | 쇒寓 | 10011001110000111110100111010101 | 99c3e9d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)