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 | 韋捺ウ御 | 111010001110100010010011111001101011001110001100111001001111010010011010 | e8e893e6b38ce4f49a |
EUC-JP | 韋捺ウ御? | 111100001110101011000110111010001000111010110011101110001110011000111111 | f0eac6e88eb3b8e63f |
UTF-8 | 韋捺ウ御 | 111010011001111110001011111001101000110110111010111011111011110110110011111001011011111010100001111011101000110110001001 | e99f8be68dbaefbdb3e5bea1ee8d89 |
UHC | 韋捺?御? | 1110101011011111110100011111010000111111111001011101100100111111 | eadfd1f43fe5d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)