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 | ?賁鼾 | 0011111111100110110010101110101010001101 | 3fe6caea8d |
EUC-JP | 寗賁鼾 | 10001111101110101110000011101100110011001111001111101101 | 8fbae0ecccf3ed |
UTF-8 | 寗賁鼾 | 111001011010111110010111111010001011001110000001111010011011110010111110 | e5af97e8b381e9bcbe |
UHC | 寗賁? | 1101001010111100110111011101001100111111 | d2bcddd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)