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 | 辞霆 | 111100101010101110001110101010111110100010111011 | f2ab8eabe8bb |
EUC-JP | ?辞霆 | 0011111110111100101011011111000010111101 | 3fbcadf0bd |
UTF-8 | 辞霆 | 111011101000011110100010111010001011111010011110111010011001110010000110 | ee87a2e8be9ee99c86 |
UHC | ??霆 | 00111111001111111110111111111101 | 3f3feffd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)