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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 識醤 | 111100011111101010001110101011111000111111011101 | f1fa8eaf8fdd |
EUC-JP | ?識醤 | 0011111110111100101100011011111011011111 | 3fbcb1bedf |
UTF-8 | 識醤 | 111011101000010110110101111010001010110110011000111010011000011010100100 | ee85b5e8ad98e986a4 |
UHC | ?識? | 00111111111000111101101100111111 | 3fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)