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 | 裼轟惨 | 111001011110011110001101100011001000111001010011 | e5e78d8c8e53 |
EUC-JP | 裼轟惨 | 111010101110100110111001111011001011101110110100 | eae9b9ecbbb4 |
UTF-8 | 裼轟惨 | 111010001010001110111100111010001011110110011111111001101000001110101000 | e8a3bce8bd9fe683a8 |
UHC | ?轟? | 00111111110011101101111000111111 | 3fcede3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)