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 | 騾榊満^ | 11101001100000001000110111100101100101101001111001011110 | e9808de5969e5e |
EUC-JP | 騾榊満^ | 11110001111000001011101011100111110010111111111001011110 | f1e0bae7cbfe5e |
UTF-8 | 騾榊満^ | 11101001101010001011111011100110101001101000101011100110101110101000000001011110 | e9a8bee6a68ae6ba805e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)