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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 幽勒 | 10010111010010001110100011010011 | 9748e8d3 |
EUC-JP | 幽勒 | 11001101101010011111000011010101 | cda9f0d5 |
UTF-8 | 幽勒 | 111001011011100110111101111001011000101110010010 | e5b9bde58b92 |
UHC | 幽勒 | 11101010111010111101011111001101 | eaebd7cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)