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 | 1110100110110100101010111110011110111000100111100111001001000010 | e9b4abe7b89e7242 |
EUC-JP | 魘ォ邵柮B | 111100101011011010001110101010111110111010111010110110111101001101000010 | f2b68eabeebadbd342 |
UTF-8 | 魘ォ邵柮B | 11101001101011011001100011101111101111011010101111101001100000101011010111100110100111111010111001000010 | e9ad98efbdabe982b5e69fae42 |
UHC | ??邵?B | 001111110011111111100001110100000011111101000010 | 3f3fe1d03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)