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寥? | 10011011100011000011111101010000100110111000110000111111 | 9b8c3f509b8c3f |
EUC-JP | 寥?P寥? | 11010101111011000011111101010000110101011110110000111111 | d5ec3f50d5ec3f |
UTF-8 | 寥렔P寥렔 | 11100101101011111010010111101011101000001001010001010000111001011010111110100101111010111010000010010100 | e5afa5eba09450e5afa5eba094 |
UHC | 寥렔P寥렔 | 111010001110111110001110101010010101000011101000111011111000111010101001 | e8ef8ea950e8ef8ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)