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 | 1011111011100111100011101100100101000010 | bee78ec942 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?ç?ÉB | 001111111000111110101011101011100011111110001111101010101011000101000010 | 3f8fabae3f8faab142 |
UTF-8 | ¾çÉB | 110000101011111011000011101001111100001010001110110000111000100101000010 | c2bec3a7c28ec38942 |
UHC | ¾???B | 101010001111101000111111001111110011111101000010 | a8fa3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)