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 | 0011111100111111001111110110000001000010 | 3f3f3f6042 |
SJIS-WIN | 鐔縁繍`B | 1110100001011100100010011000111110001111010010100110000001000010 | e85c898f8f4a6042 |
EUC-JP | 鐔縁繍`B | 1110111110111101101100011110111110111101101010110110000001000010 | efbdb1efbdab6042 |
UTF-8 | 鐔縁繍`B | 1110100110010000100101001110011110111000100000011110011110111001100011010110000001000010 | e99094e7b881e7b98d6042 |
UHC | ???`B | 0011111100111111001111110110000001000010 | 3f3f3f6042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)