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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頁??絮 | 100101011100010100111111001111111110001101010000 | 95c53f3fe350 |
EUC-JP | 頁??絮 | 110010101100011100111111001111111110010110110001 | cac73f3fe5b1 |
UTF-8 | 頁왦뷅絮 | 111010011010000010000001111011001001100110100110111010111011011110000101111001111011010110101110 | e9a081ec99a6ebb785e7b5ae |
UHC | 頁왦뷅絮 | 1111101011101101100111101100111110010100111100101101111111111100 | faed9ecf94f2dffc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)