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 | æ²æ²B | 11100110101100101001101011100110101100101001101001000010 | e6b29ae6b29a42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | æ??æ??B | 1000111110101001110000010011111100111111100011111010100111000001001111110011111101000010 | 8fa9c13f3f8fa9c13f3f42 |
UTF-8 | æ²æ²B | 11000011101001101100001010110010110000101001101011000011101001101100001010110010110000101001101001000010 | c3a6c2b2c29ac3a6c2b2c29a42 |
UHC | æ²?æ²?B | 1010100110100001101010011111011100111111101010011010000110101001111101110011111101000010 | a9a1a9f73fa9a1a9f73f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)