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 | 箙赦疾 | 111000101011011110001110110011011000111010111110 | e2b78ecd8ebe |
EUC-JP | 箙赦疾 | 111001001011100110111100110011111011110011000000 | e4b9bccfbcc0 |
UTF-8 | 箙赦疾 | 111001111010111010011001111010001011010110100110111001111001011010111110 | e7ae99e8b5a6e796be |
UHC | ?赦疾 | 0011111111011110111101011111001011110000 | 3fdef5f2f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)