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 | 襠台サ門羡螻 | 1110010111111011100100011110010010111011100101101110010111111011100100011110010110110001 | e5fb91e4bb96e5fb91e5b1 |
EUC-JP | 襠台サ門羡螻 | 11101010111111011100001011100110100011101011101111001100111001111000111111010101101011101110101010110011 | eafdc2e68ebbcce78fd5aeeab3 |
UTF-8 | 襠台サ門羡螻 | 111010001010010110100000111001011000111110110000111011111011110110111011111010011001011010000000111001111011111010100001111010001001111010111011 | e8a5a0e58fb0efbdbbe99680e7bea1e89ebb |
UHC | ?台?門?? | 0011111111110111101110110011111111011010101001100011111100111111 | 3ff7bb3fdaa63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)