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 | êåÁ | 10001000111010101110010111000001 | 88eae5c1 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?êåÁ | 00111111100011111010101110110100100011111010101110101001100011111010101010100001 | 3f8fabb48faba98faaa1 |
UTF-8 | êåÁ | 1100001010001000110000111010101011000011101001011100001110000001 | c288c3aac3a5c381 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)