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 | 邁」驟瑚 | 111001111011000010100011111010011000010110001100111010001111100010011101 | e7b0a3e9858ce8f89d |
EUC-JP | 邁」驟瑚? | 111011101011001010001110101000111111000111100101101110001110101000111111 | eeb28ea3f1e5b8ea3f |
UTF-8 | 邁」驟瑚 | 111010011000001010000001111011111011110110100011111010011010100110011111111001111001000110011010111011101001100010111100 | e98281efbda3e9a99fe7919aee98bc |
UHC | 邁?驟瑚? | 1101100011100100001111111111011010101110111110111101000100111111 | d8e43ff6aefbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)