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 | ?°?? | 00111111101100000011111100111111 | 3fb03f3f |
SJIS-WIN | 羶°況矜 | 1110001110111101100000011000101110001011101101011110000111100000 | e3bd818b8bb5e1e0 |
EUC-JP | 羶°況矜 | 1110011010111111101000011110101110110110101101111110001011100010 | e6bfa1ebb6b7e2e2 |
UTF-8 | 羶°況矜 | 1110011110111110101101101100001010110000111001101011001110000001111001111001111110011100 | e7beb6c2b0e6b381e79f9c |
UHC | ?°況矜 | 00111111101000011100011011111100110011111101000011101000 | 3fa1c6fccfd0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)