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 | ëø¡Õ | 11101011111110001010000111010101 | ebf8a1d5 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ëø¡Õ | 100011111010101110110011100011111010100111001100100011111010001011000010100011111010101011011000 | 8fabb38fa9cc8fa2c28faad8 |
UTF-8 | ëø¡Õ | 1100001110101011110000111011100011000010101000011100001110010101 | c3abc3b8c2a1c395 |
UHC | ?ø¡? | 001111111010100110101010101000101010111000111111 | 3fa9aaa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)