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 | 11100110111100111011010001000010 | e6f3b442 |
SJIS-WIN | ??´B | 0011111100111111100000010100110001000010 | 3f3f814c42 |
EUC-JP | æó´B | 100011111010100111000001100011111010101111010001101000011010110101000010 | 8fa9c18fabd1a1ad42 |
UTF-8 | æó´B | 11000011101001101100001110110011110000101011010001000010 | c3a6c3b3c2b442 |
UHC | æ?´B | 101010011010000100111111101000101010010101000010 | a9a13fa2a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)