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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 前?精?B | 10010001010011110011111110010000101110000011111101000010 | 914f3f90b83f42 |
EUC-JP | 前?精?B | 11000001101100000011111111000000101110100011111101000010 | c1b03fc0ba3f42 |
UTF-8 | 前렫精렫B | 11100101100010011000110111101011101000001010101111100111101100101011111011101011101000001010101101000010 | e5898deba0abe7b2beeba0ab42 |
UHC | 前렫精렫B | 111011101111000110001110101110011110111111110001100011101011100101000010 | eef18eb9eff18eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)