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 | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
SJIS-WIN | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
EUC-JP | ??????PB | 0011111100111111001111110011111100111111001111110101000001000010 | 3f3f3f3f3f3f5042 |
UTF-8 | 횄짚횄짼횂쨍PB | 1110110110011010100001001110110010100111100110101110110110011010100001001110110010100111101111001110110110011010100000101110110010101000100011010101000001000010 | ed9a84eca79aed9a84eca7bced9a82eca88d5042 |
UHC | 횄짚횄짼횂쨍PB | 1100001110000011110000101010010011000011100000111100001010110010110000111000001011000010101110000101000001000010 | c383c2a4c383c2b2c382c2b85042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)