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 | ?X???? | 001111110101100000111111001111110011111100111111 | 3f583f3f3f3f |
SJIS-WIN | 但X辰側叩棚 | 1001001001000001010110001001001001000011100100011010010010010010010000001001001001001001 | 924158924391a492409249 |
EUC-JP | 但X辰側叩棚 | 1100001110100010010110001100001110100100110000101010011011000011101000011100001110101010 | c3a258c3a4c2a6c3a1c3aa |
UTF-8 | 但X辰側叩棚 | 11100100101111011000011001011000111010001011111010110000111001011000000110110100111001011000111110101001111001101010001110011010 | e4bd8658e8beb0e581b4e58fa9e6a39a |
UHC | 但X辰側叩棚 | 1101001110100011010110001111001011100011111101101011000011001101101100001101110111011100 | d3a358f2e3f6b0cdb0dddc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)