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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 長?? | 10010010101101110011111100111111 | 92b73f3f |
EUC-JP | 長?? | 11000100101110010011111100111111 | c4b93f3f |
UTF-8 | 長쇨짢 | 111010011001010110110111111011001000011110101000111011001010011110100010 | e995b7ec87a8eca7a2 |
UHC | 長쇨짢 | 111011011111111010111100111010101100001010101000 | edfebceac2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)