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è] | 1110011110011001100011111000111110001111010100001110100001011101 | e7998f8f8f50e85d |
SJIS-WIN | ?????P?] | 0011111100111111001111110011111100111111010100000011111101011101 | 3f3f3f3f3f503f5d |
EUC-JP | ç????Pè] | 100011111010101110101110001111110011111100111111001111110101000010001111101010111011001001011101 | 8fabae3f3f3f3f508fabb25d |
UTF-8 | çPè] | 1100001110100111110000101001100111000010100011111100001010001111110000101000111101010000110000111010100001011101 | c3a7c299c28fc28fc28f50c3a85d |
UHC | ?????P?] | 0011111100111111001111110011111100111111010100000011111101011101 | 3f3f3f3f3f503f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)