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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鉚績 | 11100111111101001001000011010001 | e7f490d1 |
EUC-JP | 鉚績 | 11101110111101101100000011010011 | eef6c0d3 |
UTF-8 | 鉚績 | 111010011000100110011010111001111011100010111110 | e9899ae7b8be |
UHC | ?績 | 001111111110111011100000 | 3feee0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)