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 | 鮸 | 111010011010111010111000 | e9aeb8 |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 鮸 | 100011111010101110110001100011111010001011101110100011111010001010110001 | 8fabb18fa2ee8fa2b1 |
UTF-8 | 鮸 | 110000111010100111000010101011101100001010111000 | c3a9c2aec2b8 |
UHC | ?®¸ | 0011111110100010111001111010001010101100 | 3fa2e7a2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)