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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 涇」遶コ魏セ | 111110101111101110100011111001111010101110111010111010011011000010111110 | fafba3e7abbae9b0be |
EUC-JP | 涇」遶コ魏セ | 10001111110001111100011110001110101000111110111010101101100011101011101011110010101100101000111010111110 | 8fc7c78ea3eead8ebaf2b28ebe |
UTF-8 | 涇」遶コ魏セ | 111001101011011010000111111011111011110110100011111010011000000110110110111011111011110110111010111010011010110110001111111011111011110110111110 | e6b687efbda3e981b6efbdbae9ad8fefbdbe |
UHC | 涇???魏? | 1100110011011100001111110011111100111111111010101110000000111111 | ccdc3f3f3feae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)