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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 贈?贈?^ | 10010001101000010011111110010001101000010011111101011110 | 91a13f91a13f5e |
EUC-JP | 贈?贈?^ | 11000010101000110011111111000010101000110011111101011110 | c2a33fc2a33f5e |
UTF-8 | 贈쁩贈쁠^ | 11101000101101001000100011101100100000011010100111101000101101001000100011101100100000011010000001011110 | e8b488ec81a9e8b488ec81a05e |
UHC | 贈쁩贈쁠^ | 111100011111110010111011110111101111000111111100101110111101110001011110 | f1fcbbdef1fcbbdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)