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 | 魘ォ譟エ\ | 11101001101101001010101111100110100111111011010001011100 | e9b4abe69fb45c |
EUC-JP | 魘ォ譟エ\ | 111100101011011010001110101010111110110010100001100011101011010001011100 | f2b68eabeca18eb45c |
UTF-8 | 魘ォ譟エ\ | 11101001101011011001100011101111101111011010101111101000101011011001111111101111101111011011010001011100 | e9ad98efbdabe8ad9fefbdb45c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)