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?? | 0011111100111111010100000011111100111111 | 3f3f503f3f |
SJIS-WIN | 猝?P猝? | 11100000110010100011111101010000111000001100101000111111 | e0ca3f50e0ca3f |
EUC-JP | 猝?P猝? | 11100000110011000011111101010000111000001100110000111111 | e0cc3f50e0cc3f |
UTF-8 | 猝섐P猝섐 | 11100111100011001001110111101100100001001001000001010000111001111000110010011101111011001000010010010000 | e78c9dec849050e78c9dec8490 |
UHC | 猝섐P猝섐 | 111100001111000110111100101010110101000011110000111100011011110010101011 | f0f1bcab50f0f1bcab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)