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 | 1110101111111110101111111010001101000010 | ebfebfa342 |
SJIS-WIN | ???£B | 001111110011111100111111100000011001001001000010 | 3f3f3f819242 |
EUC-JP | ëþ¿£B | 100011111010101110110011100011111010100111010000100011111010001011000100101000011111001001000010 | 8fabb38fa9d08fa2c4a1f242 |
UTF-8 | ëþ¿£B | 110000111010101111000011101111101100001010111111110000101010001101000010 | c3abc3bec2bfc2a342 |
UHC | ?þ¿?B | 00111111101010011010110110100010101011110011111101000010 | 3fa9ada2af3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)