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 | 石扇巍 | 100100001100111010010000111011101001101111011001 | 90ce90ee9bd9 |
EUC-JP | 石扇巍 | 110000001101000011000000111100001101011011011011 | c0d0c0f0d6db |
UTF-8 | 石扇巍 | 111001111001111110110011111001101000100110000111111001011011011110001101 | e79fb3e68987e5b78d |
UHC | 石扇巍 | 111000001011010011100000101111111110100011100100 | e0b4e0bfe8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)