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 | ?????PL | 00111111001111110011111100111111001111110101000001001100 | 3f3f3f3f3f504c |
SJIS-WIN | ?????PL | 00111111001111110011111100111111001111110101000001001100 | 3f3f3f3f3f504c |
EUC-JP | ?????PL | 00111111001111110011111100111111001111110101000001001100 | 3f3f3f3f3f504c |
UTF-8 | 채챵혦챠혧PL | 1110110010110001100001001110110010110001101101011110110110011000101001101110110010110001101000001110110110011000101001110101000001001100 | ecb184ecb1b5ed98a6ecb1a0ed98a7504c |
UHC | 채챵혦챠혧PL | 110000111010010011000011101100101100001010001110110000111010110111000010100011110101000001001100 | c3a4c3b2c28ec3adc28f504c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)