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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 箘箒箏狡B | 111000101010111011100010101101001110001010110101111000001100001001000010 | e2aee2b4e2b5e0c242 |
EUC-JP | 箘箒箏狡B | 111001001011000011100100101101101110010010110111111000001100010001000010 | e4b0e4b6e4b7e0c442 |
UTF-8 | 箘箒箏狡B | 11100111101011101001100011100111101011101001001011100111101011101000111111100111100010111010000101000010 | e7ae98e7ae92e7ae8fe78ba142 |
UHC | ??箏狡B | 00111111001111111110111010110100110011101110101001000010 | 3f3feeb4ceea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)