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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 霽脅B | 1110100011000111100010111011101001000010 | e8c78bba42 |
EUC-JP | 霽脅B | 1111000011001001101101101011110001000010 | f0c9b6bc42 |
UTF-8 | 霽脅B | 11101001100111001011110111101000100001001000010101000010 | e99cbde8848542 |
UHC | 霽脅B | 1111000010111000111110101111011001000010 | f0b8faf642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)