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 | 鈔炉 | 11100111111000101001100001000110 | e7e29846 |
EUC-JP | 鈔炉 | 11101110111001001100111110100111 | eee4cfa7 |
UTF-8 | 鈔炉 | 111010011000100010010100111001111000001010001001 | e98894e78289 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)