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 | 100100011010000100111111001111110011111101000010 | 91a13f3f3f42 |
EUC-JP | 贈???B | 110000101010001100111111001111110011111101000010 | c2a33f3f3f42 |
UTF-8 | 贈골렰렪B | 11101000101101001000100011101010101100111010100011101011101000001011000011101011101000001010101001000010 | e8b488eab3a8eba0b0eba0aa42 |
UHC | 贈골렰렪B | 111100011111110010110000111100011000111010111101100011101011100001000010 | f1fcb0f18ebd8eb842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)