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 | 矼オ迺ス韜 | 1110000111100011101101011110011110010010101111011110100011101001 | e1e3b5e792bde8e9 |
EUC-JP | 矼オ迺ス韜 | 11100010111001011000111010110101111011011111001010001110101111011111000011101011 | e2e58eb5edf28ebdf0eb |
UTF-8 | 矼オ迺ス韜 | 111001111001111110111100111011111011110110110101111010001011111110111010111011111011110110111101111010011001111110011100 | e79fbcefbdb5e8bfbaefbdbde99f9c |
UHC | ????韜 | 001111110011111100111111001111111101010010110111 | 3f3f3f3fd4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)