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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 垓?狐 | 1001101010110100001111111000110011001111 | 9ab43f8ccf |
EUC-JP | 垓?狐 | 1101010010110110001111111011100011010001 | d4b63fb8d1 |
UTF-8 | 垓렡狐 | 111001011001111010010011111010111010000010100001111001111000101110010000 | e59e93eba0a1e78b90 |
UHC | 垓렡狐 | 111110101010011110001110101100101111101111001111 | faa78eb2fbcf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)