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 | 蒻釈七 | 111001001110100010001110110111111000111010110101 | e4e88edf8eb5 |
EUC-JP | 蒻釈七 | 111010001110101010111100111000011011110010110111 | e8eabce1bcb7 |
UTF-8 | 蒻釈七 | 111010001001001010111011111010011000011110001000111001001011100010000011 | e892bbe98788e4b883 |
UHC | 蒻?七 | 1110010110110110001111111111011011010010 | e5b63ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)