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^ | 1001100001101011100101101110001101001100100110000110101110010110111000110100110001011110 | 986b96e34c986b96e34c5e |
EUC-JP | 鰐悶L鰐悶L^ | 1100111111001100110011001110010101001100110011111100110011001100111001010100110001011110 | cfcccce54ccfcccce54c5e |
UTF-8 | 鰐悶L鰐悶L^ | 111010011011000010010000111001101000001010110110010011001110100110110000100100001110011010000010101101100100110001011110 | e9b090e682b64ce9b090e682b64c5e |
UHC | 鰐悶L鰐悶L^ | 1110010011001010110110101011111101001100111001001100101011011010101111110100110001011110 | e4cadabf4ce4cadabf4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)