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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 闌ケ霆 | 1110100010001100101110011110100010111011 | e88cb9e8bb |
EUC-JP | 闌ケ霆 | 111011111110110010001110101110011111000010111101 | efec8eb9f0bd |
UTF-8 | 闌ケ霆 | 111010011001011110001100111011111011110110111001111010011001110010000110 | e9978cefbdb9e99c86 |
UHC | ??霆 | 00111111001111111110111111111101 | 3f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)