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 | ???fB | 0011111100111111001111110110011001000010 | 3f3f3f6642 |
SJIS-WIN | 松晴カfB | 10001111101111001111101011011000101101100110011001000010 | 8fbcfad8b66642 |
EUC-JP | 松?カfB | 10111110101111100011111110001110101101100110011001000010 | bebe3f8eb66642 |
UTF-8 | 松晴カfB | 1110011010011101101111101110111110101000100100101110111110111101101101100110011001000010 | e69dbeefa892efbdb66642 |
UHC | 松??fB | 111000011110011000111111001111110110011001000010 | e1e63f3f6642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)