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 | ???鵝? | 001111110011111100111111111010100100000000111111 | 3f3f3fea403f |
EUC-JP | 薏??鵝? | 1000111111011001110111100011111100111111111100111010000100111111 | 8fd9de3f3ff3a13f |
UTF-8 | 薏멩땾鵝숁 | 111010001001011010001111111010111010100110101001111010111001010110111110111010011011010110011101111011001000100010000001 | e8968feba9a9eb95bee9b59dec8881 |
UHC | 薏멩땾鵝숁 | 11101011111110111011100011100110100010111001010011100100101111011001100111100110 | ebfbb8e68b94e4bd99e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)