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 | ????xB | 001111110011111100111111001111110111100001000010 | 3f3f3f3f7842 |
SJIS-WIN | ????xB | 001111110011111100111111001111110111100001000010 | 3f3f3f3f7842 |
EUC-JP | ????xB | 001111110011111100111111001111110111100001000010 | 3f3f3f3f7842 |
UTF-8 | 셔렾렼섶xB | 1110110010000101100101001110101110100000101111101110101110100000101111001110110010000100101101100111100001000010 | ec8594eba0beeba0bcec84b67842 |
UHC | 셔렾렼섶xB | 10111100110001011000111011000110100011101100010010111100101110110111100001000010 | bcc58ec68ec4bcbb7842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)