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 | ??P??D | 001111110011111101010000001111110011111101000100 | 3f3f503f3f44 |
SJIS-WIN | 将ゥP将ゥD | 1000111110101011101010010101000010001111101010111010100101000100 | 8faba9508faba944 |
EUC-JP | 将ゥP将ゥD | 10111110101011011000111010101001010100001011111010101101100011101010100101000100 | bead8ea950bead8ea944 |
UTF-8 | 将ゥP将ゥD | 1110010110110000100001101110111110111101101010010101000011100101101100001000011011101111101111011010100101000100 | e5b086efbda950e5b086efbda944 |
UHC | ??P??D | 001111110011111101010000001111110011111101000100 | 3f3f503f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)