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 | 仁¥潮仁¥ | 10010000011011011000000110001111100100101010101010010000011011011000000110001111 | 906d818f92aa906d818f |
EUC-JP | 仁¥潮仁¥ | 10111111110011101010000111101111110001001010110010111111110011101010000111101111 | bfcea1efc4acbfcea1ef |
UTF-8 | 仁¥潮仁¥ | 111001001011101110000001111011111011111110100101111001101011110110101110111001001011101110000001111011111011111110100101 | e4bb81efbfa5e6bdaee4bb81efbfa5 |
UHC | 仁¥潮仁¥ | 11101100110100101010000111001101111100001100110111101100110100101010000111001101 | ecd2a1cdf0cdecd2a1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)