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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 「ケ「ケ^ | 1010001010111001101000101011100101011110 | a2b9a2b95e |
EUC-JP | 「ケ「ケ^ | 100011101010001010001110101110011000111010100010100011101011100101011110 | 8ea28eb98ea28eb95e |
UTF-8 | 「ケ「ケ^ | 11101111101111011010001011101111101111011011100111101111101111011010001011101111101111011011100101011110 | efbda2efbdb9efbda2efbdb95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)