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 | 襠台サ門羡螟 | 1110010111111011100100011110010010111011100101101110010111111011100100011110010110100100 | e5fb91e4bb96e5fb91e5a4 |
EUC-JP | 襠台サ門羡螟 | 11101010111111011100001011100110100011101011101111001100111001111000111111010101101011101110101010100110 | eafdc2e68ebbcce78fd5aeeaa6 |
UTF-8 | 襠台サ門羡螟 | 111010001010010110100000111001011000111110110000111011111011110110111011111010011001011010000000111001111011111010100001111010001001111010011111 | e8a5a0e58fb0efbdbbe99680e7bea1e89e9f |
UHC | ?台?門?螟 | 001111111111011110111011001111111101101010100110001111111101100110101101 | 3ff7bb3fdaa63fd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)