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 | 阡ュ騾玲亜 | 111010001001010010101101111010011000000010010111111001101000100010011111 | e894ade98097e6889f |
EUC-JP | 阡ュ騾玲亜 | 11101111111101001000111010101101111100011110000011001110111010001011000010100001 | eff48eadf1e0cee8b0a1 |
UTF-8 | 阡ュ騾玲亜 | 111010011001100010100001111011111011110110101101111010011010100010111110111001111000111010110010111001001011101010011100 | e998a1efbdade9a8bee78eb2e4ba9c |
UHC | 阡??玲? | 11110100110001100011111100111111110101101011110000111111 | f4c63f3fd6bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)