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 | ?柚 | 001111111001011101001101 | 3f974d |
EUC-JP | ?柚 | 001111111100110110101110 | 3fcdae |
UTF-8 | 몸柚 | 111010111010101010111000111001101001111110011010 | ebaab8e69f9a |
UHC | 몸柚 | 10111000111101101110101011110110 | b8f6eaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)