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 | ⅲ嫉瀅 | 111110100100001010001110101110011111101101001110 | fa428eb9fb4e |
EUC-JP | ?嫉瀅 | 001111111011110010111011100011111100100110101011 | 3fbcbb8fc9ab |
UTF-8 | ⅲ嫉瀅 | 111000101000010110110010111001011010101110001001111001111000000010000101 | e285b2e5ab89e78085 |
UHC | ⅲ嫉瀅 | 101001011010001111110010111011001111101110100100 | a5a3f2ecfba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)