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\ | 0011111100111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f3f505c |
SJIS-WIN | ??????P\ | 0011111100111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f3f505c |
EUC-JP | ??????P\ | 0011111100111111001111110011111100111111001111110101000001011100 | 3f3f3f3f3f3f505c |
UTF-8 | 챔첸징책짚짹P\ | 1110110010110001100101001110110010110010101110001110110010100111100101011110110010110001100001011110110010100111100110101110110010100111101110010101000001011100 | ecb194ecb2b8eca795ecb185eca79aeca7b9505c |
UHC | 챔첸징책짚짹P\ | 1100001110101000110000111011111011000010101000011100001110100101110000101010010011000010101100010101000001011100 | c3a8c3bec2a1c3a5c2a4c2b1505c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)