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 | 묲fB | 1110101110101100101100100110011001000010 | ebacb26642 |
SJIS-WIN | ?¬?fB | 001111111000000111001010001111110110011001000010 | 3f81ca3f6642 |
EUC-JP | �fB | 1000111110101011101100111010001011001100001111110110011001000010 | 8fabb3a2cc3f6642 |
UTF-8 | 묲fB | 1100001110101011110000101010110011000010101100100110011001000010 | c3abc2acc2b26642 |
UHC | ??²fB | 001111110011111110101001111101110110011001000010 | 3f3fa9f76642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)