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 | 揖l? | 1001011101001011100000101000110000111111 | 974b828c3f |
EUC-JP | 揖l? | 1100110110101100101000111110110000111111 | cdaca3ec3f |
UTF-8 | 揖l뎿 | 111001101000111110010110111011111011110110001100111010111000111010111111 | e68f96efbd8ceb8ebf |
UHC | 揖l뎿 | 111010111110011110100011111011001000100110010010 | ebe7a3ec8992 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)