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 | 齋?知 | 1110001001010110001111111001001001101101 | e2563f926d |
EUC-JP | 齋?知 | 1110001110110111001111111100001111001110 | e3b73fc3ce |
UTF-8 | 齋렧知 | 111010011011110110001011111010111010000010100111111001111001111110100101 | e9bd8beba0a7e79fa5 |
UHC | 齋렧知 | 111011101011000110001110101101101111001010110001 | eeb18eb6f2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)