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 | ¼o¼} | 100100101011110001101111100100101011110001111101 | 92bc6f92bc7d |
SJIS-WIN | ??o??} | 001111110011111101101111001111110011111101111101 | 3f3f6f3f3f7d |
EUC-JP | ??o??} | 001111110011111101101111001111110011111101111101 | 3f3f6f3f3f7d |
UTF-8 | ¼o¼} | 11000010100100101100001010111100011011111100001010010010110000101011110001111101 | c292c2bc6fc292c2bc7d |
UHC | ?¼o?¼} | 0011111110101000111110010110111100111111101010001111100101111101 | 3fa8f96f3fa8f97d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)