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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 贈?] | 10010001101000010011111101011101 | 91a13f5d |
EUC-JP | 贈?] | 11000010101000110011111101011101 | c2a33f5d |
UTF-8 | 贈렮] | 11101000101101001000100011101011101000001010111001011101 | e8b488eba0ae5d |
UHC | 贈렮] | 1111000111111100100011101011101101011101 | f1fc8ebb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)