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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 影η?B | 100010010110010110000011110001010011111101000010 | 896583c53f42 |
EUC-JP | 影η?B | 101100011100011010100110110001110011111101000010 | b1c6a6c73f42 |
UTF-8 | 影η츣B | 111001011011110110110001110011101011011111101100101110001010001101000010 | e5bdb1ceb7ecb8a342 |
UHC | 影η츣B | 11100111101011111010010111100111101011101001101001000010 | e7afa5e7ae9a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)