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 | ?貉 | 001111111110011010111001 | 3fe6b9 |
EUC-JP | 鮰貉 | 1000111111101010111001011110110010111011 | 8feae5ecbb |
UTF-8 | 鮰貉 | 111010011010111010110000111010001011001010001001 | e9aeb0e8b289 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)