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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 影η?F | 100010010110010110000011110001010011111101000110 | 896583c53f46 |
EUC-JP | 影η?F | 101100011100011010100110110001110011111101000110 | b1c6a6c73f46 |
UTF-8 | 影η츟F | 111001011011110110110001110011101011011111101100101110001001111101000110 | e5bdb1ceb7ecb89f46 |
UHC | 影η츟F | 11100111101011111010010111100111101011101001100001000110 | e7afa5e7ae9846 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)