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 | êÈ | 111010101000111010001110100001001000000111001000 | ea8e8e8481c8 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ê????È | 10001111101010111011010000111111001111110011111100111111100011111010101010110010 | 8fabb43f3f3f3f8faab2 |
UTF-8 | êÈ | 110000111010101011000010100011101100001010001110110000101000010011000010100000011100001110001000 | c3aac28ec28ec284c281c388 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)