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 | 螢畷頃 | 111001011010001110010011111010111000110110100000 | e5a393eb8da0 |
EUC-JP | 螢畷頃 | 111010101010010111000110111011011011101010100010 | eaa5c6edbaa2 |
UTF-8 | 螢畷頃 | 111010001001111010100010111001111001010110110111111010011010000010000011 | e89ea2e795b7e9a083 |
UHC | 螢?頃 | 1111101110101011001111111100110011110001 | fbab3fccf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)