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 | 鼠癬淅 | 100100010110110011100001100111011001111111000110 | 916ce19d9fc6 |
EUC-JP | 鼠癬淅 | 110000011100110111100001111111011101111011001000 | c1cde1fddec8 |
UTF-8 | 鼠癬淅 | 111010011011110010100000111001111001100110101100111001101011011110000101 | e9bca0e799ace6b785 |
UHC | 鼠癬淅 | 111000001010100111100000110010001110000010110010 | e0a9e0c8e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)