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 | 貅ッ窶・ | 111001101011101010101111111000101000000010100101 | e6baafe280a5 |
EUC-JP | 貅ッ窶・ | 1110110010111100100011101010111111100011111000001000111010100101 | ecbc8eafe3e08ea5 |
UTF-8 | 貅ッ窶・ | 111010001011001010000101111011111011110110101111111001111010101010110110111011111011110110100101 | e8b285efbdafe7aab6efbda5 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)