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 | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | ?х?o | 0011111110000100100001110011111101101111 | 3f84873f6f |
EUC-JP | ?хło | 00111111101001111110011110001111101010011100100001101111 | 3fa7e78fa9c86f |
UTF-8 | 驪хło | 1110111110100110100001111101000110000101110001011000001001101111 | efa687d185c5826f |
UHC | 驪хło | 11100110101011111010110011100111101010011010100101101111 | e6aface7a9a96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)