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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ⅱコ齊・ケノ | 1111101001000001101110101110101010001110101001011011100111001001 | fa41baea8ea5b9c9 |
EUC-JP | ?コ齊・ケノ | 0011111110001110101110101111001111101110100011101010010110001110101110011000111011001001 | 3f8ebaf3ee8ea58eb98ec9 |
UTF-8 | ⅱコ齊・ケノ | 111000101000010110110001111011111011110110111010111010011011110110001010111011111011110110100101111011111011110110111001111011111011111010001001 | e285b1efbdbae9bd8aefbda5efbdb9efbe89 |
UHC | ⅱ?齊??? | 1010010110100010001111111111000010111010001111110011111100111111 | a5a23ff0ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)