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 | 箋迄癖 | 111000101011001110010110100110001001010111001000 | e2b3969895c8 |
EUC-JP | 箋迄癖 | 111001001011010111001011111110001100101011001010 | e4b5cbf8caca |
UTF-8 | 箋迄癖 | 111001111010111010001011111010001011111110000100111001111001100110010110 | e7ae8be8bf84e79996 |
UHC | 箋?癖 | 1110111110101000001111111101101111111110 | efa83fdbfe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)