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 | 邯朱ァ | 1110011110110110100011101110100110100111 | e7b68ee9a7 |
EUC-JP | 邯朱ァ | 111011101011100010111100111010111000111010100111 | eeb8bceb8ea7 |
UTF-8 | 邯朱ァ | 111010011000001010101111111001101001110010110001111011111011110110100111 | e982afe69cb1efbda7 |
UHC | 邯朱? | 1100101011111011111100011011100100111111 | cafbf1b93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)