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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 涯??] | 1000101001010101001111110011111101011101 | 8a553f3f5d |
EUC-JP | 涯??] | 1011001110110110001111110011111101011101 | b3b63f3f5d |
UTF-8 | 涯뤸뵬] | 11100110101101101010111111101011101001001011100011101011101101011010110001011101 | e6b6afeba4b8ebb5ac5d |
UHC | 涯뤸뵬] | 11100100111100111000111111100110100101001010101001011101 | e4f38fe694aa5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)