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 | ?豐ェワ | 0011111111100110101100101010101011011100 | 3fe6b2aadc |
EUC-JP | 焃豐ェワ | 100011111100100111100010111011001011010010001110101010101000111011011100 | 8fc9e2ecb48eaa8edc |
UTF-8 | 焃豐ェワ | 111001111000010010000011111010001011000110010000111011111011110110101010111011111011111010011100 | e78483e8b190efbdaaefbe9c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)