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 | 犀?軋 | 1000110111010010001111111110011101100001 | 8dd23fe761 |
EUC-JP | 犀?軋 | 1011101011010100001111111110110111000010 | bad43fedc2 |
UTF-8 | 犀갺軋 | 111001111000101010000000111010101011000010111010111010001011101110001011 | e78a80eab0bae8bb8b |
UHC | 犀갺軋 | 110111111111100110000001011001001110010011011000 | dff98164e4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)