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 | 垓?駭?偕 | 1001101010110100001111111110100101101110001111111001100011110001 | 9ab43fe96e3f98f1 |
EUC-JP | 垓?駭?偕 | 1101010010110110001111111111000111001111001111111101000011110011 | d4b63ff1cf3fd0f3 |
UTF-8 | 垓렋駭렟偕 | 111001011001111010010011111010111010000010001011111010011010011110101101111010111010000010011111111001011000000110010101 | e59e93eba08be9a7adeba09fe58195 |
UHC | 垓렋駭렟偕 | 11111010101001111000111010100010111110101011010010001110101100001111101010100101 | faa78ea2fab48eb0faa5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)