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 | 煮宍射捨 | 1000111011001111100011101011001110001110110010111000111011001100 | 8ecf8eb38ecb8ecc |
EUC-JP | 煮宍射捨 | 1011110011010001101111001011010110111100110011011011110011001110 | bcd1bcb5bccdbcce |
UTF-8 | 煮宍射捨 | 111001111000010110101110111001011010111010001101111001011011000010000100111001101000110110101000 | e785aee5ae8de5b084e68da8 |
UHC | 煮?射捨 | 11101101101101000011111111011110110100101101111011010111 | edb43fded2ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)