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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鰊幽旌 | 111010011101011110010111010010001001110111010101 | e9d797489dd5 |
EUC-JP | 鰊幽旌 | 111100101101100111001101101010011101101011010111 | f2d9cda9dad7 |
UTF-8 | 鰊幽旌 | 111010011011000010001010111001011011100110111101111001101001011110001100 | e9b08ae5b9bde6978c |
UHC | ?幽旌 | 0011111111101010111010111110111111011011 | 3feaebefdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)