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 | ?粥 | 001111111000101010011111 | 3f8a9f |
EUC-JP | ?粥 | 001111111011010010100001 | 3fb4a1 |
UTF-8 | 렯粥 | 111010111010000010101111111001111011001010100101 | eba0afe7b2a5 |
UHC | 렯粥 | 10001110101111001111000111010100 | 8ebcf1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)