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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 訒ィ魘ォ\ | 11111011101000111010100011101001101101001010101101011100 | fba3a8e9b4ab5c |
EUC-JP | 訒ィ魘ォ\ | 10001111110111011100100010001110101010001111001010110110100011101010101101011100 | 8fddc88ea8f2b68eab5c |
UTF-8 | 訒ィ魘ォ\ | 11101000101010001001001011101111101111011010100011101001101011011001100011101111101111011010101101011100 | e8a892efbda8e9ad98efbdab5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)