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 | 100010010110101110010001101100101000100101101011100100011011001001000010 | 896b91b2896b91b242 |
EUC-JP | 洩卒洩卒B | 101100011100110011000010101101001011000111001100110000101011010001000010 | b1ccc2b4b1ccc2b442 |
UTF-8 | 洩卒洩卒B | 11100110101101001010100111100101100011011001001011100110101101001010100111100101100011011001001001000010 | e6b4a9e58d92e6b4a9e58d9242 |
UHC | 洩卒洩卒B | 111000001101110111110000111011111110000011011101111100001110111101000010 | e0ddf0efe0ddf0ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)