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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 潁溏L潁溏L^ | 1001111111110001100111111110110101001100100111111111000110011111111011010100110001011110 | 9ff19fed4c9ff19fed4c5e |
EUC-JP | 潁溏L潁溏L^ | 1101111011110011110111101110111101001100110111101111001111011110111011110100110001011110 | def3deef4cdef3deef4c5e |
UTF-8 | 潁溏L潁溏L^ | 111001101011110110000001111001101011101010001111010011001110011010111101100000011110011010111010100011110100110001011110 | e6bd81e6ba8f4ce6bd81e6ba8f4c5e |
UHC | 潁?L潁?L^ | 111001111011100000111111010011001110011110111000001111110100110001011110 | e7b83f4ce7b83f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)