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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質煮借紗 | 1000111010111111100011101100111110001110110110001000111011010001 | 8ebf8ecf8ed88ed1 |
EUC-JP | 質煮借紗 | 1011110011000001101111001101000110111100110110101011110011010011 | bcc1bcd1bcdabcd3 |
UTF-8 | 質煮借紗 | 111010001011001110101010111001111000010110101110111001011000000010011111111001111011010010010111 | e8b3aae785aee5809fe7b497 |
UHC | 質煮借紗 | 1111001011110101111011011011010011110011101010001101111011101001 | f2f5edb4f3a8dee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)