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 | 攸??] | 1001110110111111001111110011111101011101 | 9dbf3f3f5d |
EUC-JP | 攸??] | 1101101011000001001111110011111101011101 | dac13f3f5d |
UTF-8 | 攸낅죭] | 11100110100101001011100011101011100000101000010111101100101000111010110101011101 | e694b8eb8285eca3ad5d |
UHC | 攸낅죭] | 11101010111100101000010111101011101000011000100001011101 | eaf285eba1885d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)