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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬮乗ウ檎n隰 | 1110100110101011100011111110011010110011100011001110011110000010100011101110100010101100 | e9ab8fe6b38ce7828ee8ac |
EUC-JP | 鬮乗ウ檎n隰 | 111100101010110110111110111010001000111010110011101110001110100110100011111011101111000010101110 | f2adbee88eb3b8e9a3eef0ae |
UTF-8 | 鬮乗ウ檎n隰 | 111010011010110010101110111001001011100110010111111011111011110110110011111001101010101010001110111011111011110110001110111010011001101010110000 | e9acaee4b997efbdb3e6aa8eefbd8ee99ab0 |
UHC | ???檎n? | 0011111100111111001111111101000011010101101000111110111000111111 | 3f3f3fd0d5a3ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)