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 | ì¥Q^ | 1110110010001000101001010101000101011110 | ec88a5515e |
SJIS-WIN | ??¥Q^ | 001111110011111110000001100011110101000101011110 | 3f3f818f515e |
EUC-JP | ì??Q^ | 10001111101010111100000000111111001111110101000101011110 | 8fabc03f3f515e |
UTF-8 | ì¥Q^ | 1100001110101100110000101000100011000010101001010101000101011110 | c3acc288c2a5515e |
UHC | ???Q^ | 0011111100111111001111110101000101011110 | 3f3f3f515e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)