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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 萍襍G | 1110010011001010111010001011010101000111 | e4cae8b547 |
EUC-JP | 萍襍G | 1110100011001100111100001011011101000111 | e8ccf0b747 |
UTF-8 | 萍襍G | 11101000100100001000110111101000101001011000110101000111 | e8908de8a58d47 |
UHC | 萍?G | 11111000110000110011111101000111 | f8c33f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)