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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鄂帯郁イ晁」 | 11100111101111011001000111010001100010001110100010110010100111011110100010100011 | e7bd91d188e8b29de8a3 |
EUC-JP | 鄂帯郁イ晁」 | 111011101011111111000010110100111011000011101010100011101011001011011010111010101000111010100011 | eebfc2d3b0ea8eb2daea8ea3 |
UTF-8 | 鄂帯郁イ晁」 | 111010011000010010000010111001011011100010101111111010011000001110000001111011111011110110110010111001101001100110000001111011111011110110100011 | e98482e5b8afe98381efbdb2e69981efbda3 |
UHC | 鄂?郁?晁? | 111001001100011100111111111010011111010000111111111100001100010100111111 | e4c73fe9f43ff0c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)