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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驥域万邵 | 1110100110000111100010001110011010010110100111001110011110111000 | e98788e6969ce7b8 |
EUC-JP | 驥域万邵 | 1111000111100111101100001110100011001011111111001110111010111010 | f1e7b0e8cbfceeba |
UTF-8 | 驥域万邵 | 111010011010100110100101111001011001111110011111111001001011100010000111111010011000001010110101 | e9a9a5e59f9fe4b887e982b5 |
UHC | 驥域万邵 | 1101000111001010111001101011010011011000101100101110000111010000 | d1cae6b4d8b2e1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)