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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 佯??湲 | 100110001101000100111111001111111001111111010001 | 98d13f3f9fd1 |
EUC-JP | 佯??湲 | 110100001101001100111111001111111101111011010011 | d0d33f3fded3 |
UTF-8 | 佯듬씧湲 | 111001001011110110101111111010111001001110101100111011001001010010100111111001101011100110110010 | e4bdafeb93acec94a7e6b9b2 |
UHC | 佯듬씧湲 | 1110010110111010101101011110101110011101101110111110101010111000 | e5bab5eb9dbbeab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)