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 | 1111010111101110111111001101101001000010 | f5eefcda42 |
SJIS-WIN | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
EUC-JP | õîüÚB | 10001111101010111101100010001111101010111100001010001111101010111110010010001111101010101110001001000010 | 8fabd88fabc28fabe48faae242 |
UTF-8 | õîüÚB | 110000111011010111000011101011101100001110111100110000111001101001000010 | c3b5c3aec3bcc39a42 |
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)