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 | 籖獸箝 | 111000101101110111100000110101111110001010101101 | e2dde0d7e2ad |
EUC-JP | 籖獸箝 | 111001001101111111100000110110011110010010101111 | e4dfe0d9e4af |
UTF-8 | 籖獸箝 | 111001111011000110010110111001111000110110111000111001111010111010011101 | e7b196e78db8e7ae9d |
UHC | ?獸箝 | 0011111111100010101011101100110011000100 | 3fe2aeccc4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)