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 | 鄕昕蓼 | 111110111011100011111010110011111110010011111000 | fbb8facfe4f8 |
EUC-JP | ?昕蓼 | 001111111000111111000001111111001110100011111010 | 3f8fc1fce8fa |
UTF-8 | 鄕昕蓼 | 111010011000010010010101111001101001100010010101111010001001001110111100 | e98495e69895e893bc |
UHC | 鄕昕蓼 | 111110101100000111111101110110101101011011111110 | fac1fddad6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)