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 | 蔀鹿赦煮 | 1000111011000001100011101010110110001110110011011000111011001111 | 8ec18ead8ecd8ecf |
EUC-JP | 蔀鹿赦煮 | 1011110011000011101111001010111110111100110011111011110011010001 | bcc3bcafbccfbcd1 |
UTF-8 | 蔀鹿赦煮 | 111010001001010010000000111010011011100110111111111010001011010110100110111001111000010110101110 | e89480e9b9bfe8b5a6e785ae |
UHC | ?鹿赦煮 | 00111111110101101110001111011110111101011110110110110100 | 3fd6e3def5edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)