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 | 鈊磁鍾 | 111110111100001110001110101001011000111111011111 | fbc38ea58fdf |
EUC-JP | 鈊磁鍾 | 10001111111000111011111110111100101001111011111011100001 | 8fe3bfbca7bee1 |
UTF-8 | 鈊磁鍾 | 111010011000100010001010111001111010001110000001111010011000110110111110 | e9888ae7a381e98dbe |
UHC | ?磁鍾 | 0011111111101101101110001111000110100011 | 3fedb8f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)