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 | ?班嫩? | 001111111001010011000111100110110110001100111111 | 3f94c79b633f |
EUC-JP | ?班嫩? | 001111111100100011001001110101011100010000111111 | 3fc8c9d5c43f |
UTF-8 | 뤾班嫩요 | 111010111010010010111110111001111000111110101101111001011010101110101001111011001001101010010100 | eba4bee78fade5aba9ec9a94 |
UHC | 뤾班嫩요 | 1000111111101010110110101110110011010010111011001011111111100100 | 8feadaecd2ecbfe4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)