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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 鰲? | 111010011110000000111111 | e9e03f |
EUC-JP | 鰲軀 | 1111001011100010100011111110000011010100 | f2e28fe0d4 |
UTF-8 | 鰲軀 | 111010011011000010110010111010001011101110000000 | e9b0b2e8bb80 |
UHC | 鰲軀 | 11101000101001111100111111000110 | e8a7cfc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)