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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 涇」遶コ魏 | 1111101011111011101000111110011110101011101110101110100110110000 | fafba3e7abbae9b0 |
EUC-JP | 涇」遶コ魏 | 1000111111000111110001111000111010100011111011101010110110001110101110101111001010110010 | 8fc7c78ea3eead8ebaf2b2 |
UTF-8 | 涇」遶コ魏 | 111001101011011010000111111011111011110110100011111010011000000110110110111011111011110110111010111010011010110110001111 | e6b687efbda3e981b6efbdbae9ad8f |
UHC | 涇???魏 | 11001100110111000011111100111111001111111110101011100000 | ccdc3f3f3feae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)