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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 轢犠H | 1110011110000000100010110101110101001000 | e7808b5d48 |
EUC-JP | 轢犠H | 1110110111100000101101011011111001001000 | ede0b5be48 |
UTF-8 | 轢犠H | 11101000101111011010001011100111100010101010000001001000 | e8bda2e78aa048 |
UHC | 轢?H | 11010101111110010011111101001000 | d5f93f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)