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 | 鬘丞ケ林 | 11101001101000011000111111100101101110011001011111010001 | e9a18fe5b997d1 |
EUC-JP | 鬘丞ケ林 | 1111001010100011101111101110011110001110101110011100111011010011 | f2a3bee78eb9ced3 |
UTF-8 | 鬘丞ケ林 | 111010011010110010011000111001001011100010011110111011111011110110111001111001101001111010010111 | e9ac98e4b89eefbdb9e69e97 |
UHC | ?丞?林 | 001111111110001110101010001111111101011111111001 | 3fe3aa3fd7f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)