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 | 鈑溷オ瑚ィ | 1110011111100101100111111110010110110101100011001110100010101000 | e7e59fe5b58ce8a8 |
EUC-JP | 鈑溷オ瑚ィ | 11101110111001111101111011100111100011101011010110111000111010101000111010101000 | eee7dee78eb5b8ea8ea8 |
UTF-8 | 鈑溷オ瑚ィ | 111010011000100010010001111001101011101010110111111011111011110110110101111001111001000110011010111011111011110110101000 | e98891e6bab7efbdb5e7919aefbda8 |
UHC | 鈑??瑚? | 11110111111111100011111100111111111110111101000100111111 | f7fe3f3ffbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)