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 | ä¨Lb | 11100100101010001000111010001111100011110100110001100010 | e4a88e8f8f4c62 |
SJIS-WIN | ?¨???Lb | 0011111110000001010011100011111100111111001111110100110001100010 | 3f814e3f3f3f4c62 |
EUC-JP | �??Lb | 10001111101010111010001110100001101011110011111100111111001111110100110001100010 | 8faba3a1af3f3f3f4c62 |
UTF-8 | ä¨Lb | 110000111010010011000010101010001100001010001110110000101000111111000010100011110100110001100010 | c3a4c2a8c28ec28fc28f4c62 |
UHC | ?¨???Lb | 0011111110100001101001110011111100111111001111110100110001100010 | 3fa1a73f3f3f4c62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)