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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??紋應謁 | 0011111100111111100101101110010010011100111001001000100101111001 | 3f3f96e49ce48979 |
EUC-JP | 棅馹紋應謁 | 100011111100001111111011100011111110100110100001110011001110011011011000111001101011000111011010 | 8fc3fb8fe9a1cce6d8e6b1da |
UTF-8 | 棅馹紋應謁 | 111001101010001110000101111010011010011010111001111001111011010010001011111001101000011110001001111010001010110010000001 | e6a385e9a6b9e7b48be68789e8ac81 |
UHC | 棅馹紋應謁 | 11011100101110001110110011110001110110101010001111101011111010111110010011010111 | dcb8ecf1daa3ebebe4d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)