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 ¸ | 111000110101000010000001100001011000100010111000 | e350818588b8 |
SJIS-WIN | ?P???? | 001111110101000000111111001111110011111100111111 | 3f503f3f3f3f |
EUC-JP | ãP???¸ | 10001111101010111010101001010000001111110011111100111111100011111010001010110001 | 8fabaa503f3f3f8fa2b1 |
UTF-8 | ãP ¸ | 1100001110100011010100001100001010000001110000101000010111000010100010001100001010111000 | c3a350c281c285c288c2b8 |
UHC | ?P???¸ | 00111111010100000011111100111111001111111010001010101100 | 3f503f3f3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)