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?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
SJIS-WIN | 将ゥP将ゥD将ィ | 1000111110101011101010010101000010001111101010111010100101000100100011111010101110101000 | 8faba9508faba9448faba8 |
EUC-JP | 将ゥP将ゥD将ィ | 1011111010101101100011101010100101010000101111101010110110001110101010010100010010111110101011011000111010101000 | bead8ea950bead8ea944bead8ea8 |
UTF-8 | 将ゥP将ゥD将ィ | 1110010110110000100001101110111110111101101010010101000011100101101100001000011011101111101111011010100101000100111001011011000010000110111011111011110110101000 | e5b086efbda950e5b086efbda944e5b086efbda8 |
UHC | ??P??D?? | 0011111100111111010100000011111100111111010001000011111100111111 | 3f3f503f3f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)