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 | 獸箝猴 | 111000001101011111100010101011011110000011001011 | e0d7e2ade0cb |
EUC-JP | 獸箝猴 | 111000001101100111100100101011111110000011001101 | e0d9e4afe0cd |
UTF-8 | 獸箝猴 | 111001111000110110111000111001111010111010011101111001111000110010110100 | e78db8e7ae9de78cb4 |
UHC | 獸箝? | 1110001010101110110011001100010000111111 | e2aeccc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)