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 | 1001111111100010100111111111001101000010 | 9fe29ff342 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | ?â?óB | 001111111000111110101011101001000011111110001111101010111101000101000010 | 3f8faba43f8fabd142 |
UTF-8 | âóB | 110000101001111111000011101000101100001010011111110000111011001101000010 | c29fc3a2c29fc3b342 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)