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 | 蓆滔闘 | 111001001110110010011111111010111001001110101100 | e4ec9feb93ac |
EUC-JP | 蓆滔闘 | 111010001110111011011110111011011100011010101110 | e8eedeedc6ae |
UTF-8 | 蓆滔闘 | 111010001001001110000110111001101011101110010100111010011001011110011000 | e89386e6bb94e99798 |
UHC | 蓆滔? | 1110000010110110110101001010010100111111 | e0b6d4a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)