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 | 鎔舍柧 | 111010000100111111100100011100011001111001110110 | e84fe4719e76 |
EUC-JP | 鎔舍柧 | 111011111011000011100111110100101101101111010111 | efb0e7d2dbd7 |
UTF-8 | 鎔舍柧 | 111010011000111010010100111010001000100010001101111001101001111110100111 | e98e94e8888de69fa7 |
UHC | 鎔舍? | 1110100111001010110111101110110000111111 | e9cadeec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)