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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 鍊꿰뫇烈양 | 111011111010011010011011111010101011111110110000111010111010101110000111111011111010011010011111111011001001011010010001 | efa69beabfb0ebab87efa69fec9691 |
UHC | 鍊꿰뫇烈양 | 11100110111010001011001011100111100100011010101011100110111011111011111011100111 | e6e8b2e791aae6efbee7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)