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 | 鉚ー貅キ蟒 | 1110011111110100101100001110011010111010101101111110010110111011 | e7f4b0e6bab7e5bb |
EUC-JP | 鉚ー貅キ蟒 | 11101110111101101000111010110000111011001011110010001110101101111110101010111101 | eef68eb0ecbc8eb7eabd |
UTF-8 | 鉚ー貅キ蟒 | 111010011000100110011010111011111011110110110000111010001011001010000101111011111011110110110111111010001001111110010010 | e9899aefbdb0e8b285efbdb7e89f92 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)