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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瞭咼l | 100101111100010010011010010001001000001010001100 | 97c49a44828c |
EUC-JP | 瞭咼l | 110011101100011011010011101001011010001111101100 | cec6d3a5a3ec |
UTF-8 | 瞭咼l | 111001111001111010101101111001011001001010111100111011111011110110001100 | e79eade592bcefbd8c |
UHC | 瞭?l | 1101011011111100001111111010001111101100 | d6fc3fa3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)