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 | 中??^ | 1001001010000110001111110011111101011110 | 92863f3f5e |
EUC-JP | 中??^ | 1100001111100110001111110011111101011110 | c3e63f3f5e |
UTF-8 | 中띕깅^ | 11100100101110001010110111101011100111011001010111101010101110011000010101011110 | e4b8adeb9d95eab9855e |
UHC | 中띕깅^ | 11110001111010011011011011101011101100011110101101011110 | f1e9b6ebb1eb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)