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¡ | 111001000101000010001011100010001000010010100001 | e4508b8884a1 |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | äP???¡ | 10001111101010111010001101010000001111110011111100111111100011111010001011000010 | 8faba3503f3f3f8fa2c2 |
UTF-8 | äP¡ | 1100001110100100010100001100001010001011110000101000100011000010100001001100001010100001 | c3a450c28bc288c284c2a1 |
UHC | ?P???¡ | 00111111010100000011111100111111001111111010001010101110 | 3f503f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)