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 | 捨衒射驗 | 1000111011001100111001011100100010001110110010111110100110000100 | 8ecce5c88ecbe984 |
EUC-JP | 捨衒射驗 | 1011110011001110111010101100101010111100110011011111000111100100 | bcceeacabccdf1e4 |
UTF-8 | 捨衒射驗 | 111001101000110110101000111010001010000110010010111001011011000010000100111010011010100110010111 | e68da8e8a192e5b084e9a997 |
UHC | 捨衒射驗 | 1101111011010111111110101110010111011110110100101111101011010000 | ded7fae5ded2fad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)