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 | 褂晁イ蓮 | 11100101111001101001110111101000101100101001100001000000 | e5e69de8b29840 |
EUC-JP | 褂晁イ蓮 | 1110101011101000110110101110101010001110101100101100111110100001 | eae8daea8eb2cfa1 |
UTF-8 | 褂晁イ蓮 | 111010001010010010000010111001101001100110000001111011111011110110110010111010001001001110101110 | e8a482e69981efbdb2e893ae |
UHC | ?晁?蓮 | 001111111111000011000101001111111101011010100101 | 3ff0c53fd6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)