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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 贈???汀 | 10010001101000010011111100111111001111111001001011110011 | 91a13f3f3f92f3 |
EUC-JP | 贈???汀 | 11000010101000110011111100111111001111111100010011110101 | c2a33f3f3fc4f5 |
UTF-8 | 贈계렡렮汀 | 111010001011010010001000111010101011001110000100111010111010000010100001111010111010000010101110111001101011000110000000 | e8b488eab384eba0a1eba0aee6b180 |
UHC | 贈계렡렮汀 | 11110001111111001011000011101000100011101011001010001110101110111110111111100010 | f1fcb0e88eb28ebbefe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)