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 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 鰐悶Lh鰐悶L | 1001100001101011100101101110001101001100011010001001100001101011100101101110001101001100 | 986b96e34c68986b96e34c |
EUC-JP | 鰐悶Lh鰐悶L | 1100111111001100110011001110010101001100011010001100111111001100110011001110010101001100 | cfcccce54c68cfcccce54c |
UTF-8 | 鰐悶Lh鰐悶L | 111010011011000010010000111001101000001010110110010011000110100011101001101100001001000011100110100000101011011001001100 | e9b090e682b64c68e9b090e682b64c |
UHC | 鰐悶Lh鰐悶L | 1110010011001010110110101011111101001100011010001110010011001010110110101011111101001100 | e4cadabf4c68e4cadabf4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)