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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 松冐ニ | 10001111101111001110001111101100110001101111000111101101 | 8fbce3ecc6f1ed |
EUC-JP | 松冐ニ? | 10111110101111101110011011101110100011101100011000111111 | bebee6ee8ec63f |
UTF-8 | 松冐ニ | 111001101001110110111110111001011000011010010000111011111011111010000110111011101000010110101000 | e69dbee58690efbe86ee85a8 |
UHC | 松??? | 1110000111100110001111110011111100111111 | e1e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)