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 | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
SJIS-WIN | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
EUC-JP | ????P@h | 00111111001111110011111100111111010100000100000001101000 | 3f3f3f3f504068 |
UTF-8 | 셔렾렼섶P@h | 111011001000010110010100111010111010000010111110111010111010000010111100111011001000010010110110010100000100000001101000 | ec8594eba0beeba0bcec84b6504068 |
UHC | 셔렾렼섶P@h | 1011110011000101100011101100011010001110110001001011110010111011010100000100000001101000 | bcc58ec68ec4bcbb504068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)