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 | èèBå« | 111010001110100010011100010000101110010110101011 | e8e89c42e5ab |
SJIS-WIN | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
EUC-JP | èè?Bå? | 100011111010101110110010100011111010101110110010001111110100001010001111101010111010100100111111 | 8fabb28fabb23f428faba93f |
UTF-8 | èèBå« | 1100001110101000110000111010100011000010100111000100001011000011101001011100001010101011 | c3a8c3a8c29c42c3a5c2ab |
UHC | ???B?? | 001111110011111100111111010000100011111100111111 | 3f3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)