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 | ?愚 | 001111111000101111110000 | 3f8bf0 |
EUC-JP | ?愚 | 001111111011011011110010 | 3fb6f2 |
UTF-8 | 쎠愚 | 111011001000111010100000111001101000010010011010 | ec8ea0e6849a |
UHC | 쎠愚 | 10011011110001111110100111010111 | 9bc7e9d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)