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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 盖痾俾痾鈔毬 | 111000011011001111100001011111011001100011101010111000010111110111100111111000101001111101111011 | e1b3e17d98eae17de7e29f7b |
EUC-JP | 盖痾俾痾鈔毬 | 111000101011010111100001110111101101000011101100111000011101111011101110111001001101110111011100 | e2b5e1ded0ece1deeee4dddc |
UTF-8 | 盖痾俾痾鈔毬 | 111001111001101110010110111001111001011110111110111001001011111110111110111001111001011110111110111010011000100010010100111001101010111110101100 | e79b96e797bee4bfbee797bee98894e6afac |
UHC | 盖????毬 | 1100101111001100001111110011111100111111001111111100111110110011 | cbcc3f3f3f3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)