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 | 勺識 | 1111000011110111100011101101100110001110101011111111000011110111 | f0f78ed98eaff0f7 |
EUC-JP | ?勺識? | 001111111011110011011011101111001011000100111111 | 3fbcdbbcb13f |
UTF-8 | 勺識 | 111011101000001010110110111001011000101110111010111010001010110110011000111011101000001010110110 | ee82b6e58bbae8ad98ee82b6 |
UHC | ?勺識? | 001111111110110111000011111000111101101100111111 | 3fedc3e3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)