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 | 羌g蘊 | 111000111011001110000010100001111110010101011101 | e3b38287e55d |
EUC-JP | 羌g蘊 | 111001101011010110100011111001111110100110111110 | e6b5a3e7e9be |
UTF-8 | 羌g蘊 | 111001111011111010001100111011111011110110000111111010001001100010001010 | e7be8cefbd87e8988a |
UHC | 羌g蘊 | 110010111011011010100011111001111110100010110011 | cbb6a3e7e8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)