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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 永??餘 | 100010010110100100111111001111111110100101010000 | 89693f3fe950 |
EUC-JP | 永??餘 | 101100011100101000111111001111111111000110110001 | b1ca3f3ff1b1 |
UTF-8 | 永꿔겗餘 | 111001101011000010111000111010101011111110010100111010101011001010010111111010011010010010011000 | e6b0b8eabf94eab297e9a498 |
UHC | 永꿔겗餘 | 1110011110110101101100101110001110000001101011101110011010101110 | e7b5b2e381aee6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)