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 | õîûQ | 11110101111011101111101101010001 | f5eefb51 |
SJIS-WIN | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
EUC-JP | õîûQ | 10001111101010111101100010001111101010111100001010001111101010111110010101010001 | 8fabd88fabc28fabe551 |
UTF-8 | õîûQ | 11000011101101011100001110101110110000111011101101010001 | c3b5c3aec3bb51 |
UHC | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)