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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 贈?穽?B | 10010001101000010011111111100010011101100011111101000010 | 91a13fe2763f42 |
EUC-JP | 贈?穽?B | 11000010101000110011111111100011110101110011111101000010 | c2a33fe3d73f42 |
UTF-8 | 贈렟穽렦B | 11101000101101001000100011101011101000001001111111100111101010011011110111101011101000001010011001000010 | e8b488eba09fe7a9bdeba0a642 |
UHC | 贈렟穽렦B | 111100011111110010001110101100001110111111110000100011101011010101000010 | f1fc8eb0eff08eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)