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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?苛訛 | 0011111110001001110101011110011001100001 | 3f89d5e661 |
EUC-JP | ?苛訛 | 0011111110110010110101111110101111000010 | 3fb2d7ebc2 |
UTF-8 | 뤋苛訛 | 111010111010010010001011111010001000101110011011111010001010100010011011 | eba48be88b9be8a89b |
UHC | 뤋苛訛 | 100011111011101111001010101101001110100011000101 | 8fbbcab4e8c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)