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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 魘雅。壱。 | 1110100110110100100010011110101110100001100010001110101110100001 | e9b489eba188eba1 |
EUC-JP | 魘雅。壱。 | 11110010101101101011001011101101100011101010000110110000111011011000111010100001 | f2b6b2ed8ea1b0ed8ea1 |
UTF-8 | 魘雅。壱。 | 111010011010110110011000111010011001101110000101111011111011110110100001111001011010001110110001111011111011110110100001 | e9ad98e99b85efbda1e5a3b1efbda1 |
UHC | ?雅??? | 001111111110010010111010001111110011111100111111 | 3fe4ba3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)