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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 盧紗紆F | 11100001101110001000111011010001111000101111110001000110 | e1b88ed1e2fc46 |
EUC-JP | 盧紗紆F | 11100010101110101011110011010011111001001111111001000110 | e2babcd3e4fe46 |
UTF-8 | 盧紗紆F | 11100111100110111010011111100111101101001001011111100111101101001000011001000110 | e79ba7e7b497e7b48646 |
UHC | 盧紗紆F | 11010110110101001101111011101001111010011110000101000110 | d6d4dee9e9e146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)