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 | 腺?曳 | 1001000101000010001111111000100101100111 | 91423f8967 |
EUC-JP | 腺?曳 | 1100000110100011001111111011000111001000 | c1a33fb1c8 |
UTF-8 | 腺욷曳 | 111010001000010110111010111011001001101010110111111001101001101110110011 | e885baec9ab7e69bb3 |
UHC | 腺욷曳 | 111000001100110110011111010011001110011111010110 | e0cd9f4ce7d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)