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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 枝儡?檍?├ | 10001110011111011001100101010011001111111001111011111000001111111000010010100101 | 8e7d99533f9ef83f84a5 |
EUC-JP | 枝儡?檍®├ | 101110111101111011010001101101000011111111011100111110101000111110100010111011101010100010100111 | bbded1b43fdcfa8fa2eea8a7 |
UTF-8 | 枝儡퉁檍®├ | 1110011010011110100111011110010110000100101000011110110110001001100000011110011010101010100011011100001010101110111000101001010010011100 | e69e9de584a1ed8981e6aa8dc2aee2949c |
UHC | 枝儡퉁檍®├ | 111100101010101111010110111011011100010111111100111001011110010110100010111001111010011010100111 | f2abd6edc5fce5e5a2e7a6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)