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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 趙經?^ | 111001101110001011100011010100110011111101011110 | e6e2e3533f5e |
EUC-JP | 趙經?^ | 111011001110010011100101101101000011111101011110 | ece4e5b43f5e |
UTF-8 | 趙經뇐^ | 11101000101101101001100111100111101101101001001111101011100001111001000001011110 | e8b699e7b693eb87905e |
UHC | 趙經뇐^ | 11110000111000011100110011101000101100111111101101011110 | f0e1cce8b3fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)