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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齋?穽 | 1110001001010110001111111110001001110110 | e2563fe276 |
EUC-JP | 齋?穽 | 1110001110110111001111111110001111010111 | e3b73fe3d7 |
UTF-8 | 齋렔穽 | 111010011011110110001011111010111010000010010100111001111010100110111101 | e9bd8beba094e7a9bd |
UHC | 齋렔穽 | 111011101011000110001110101010011110111111110000 | eeb18ea9eff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)