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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 訛壓 | 11100110011000011001101011011000 | e6619ad8 |
EUC-JP | 訛壓 | 11101011110000101101010011011010 | ebc2d4da |
UTF-8 | 訛壓 | 111010001010100010011011111001011010001110010011 | e8a89be5a393 |
UHC | 訛壓 | 11101000110001011110010011100010 | e8c5e4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)