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 | 崿豐ェワ | 100011111011101111001111111011001011010010001110101010101000111011011100 | 8fbbcfecb48eaa8edc |
UTF-8 | 崿豐ェワ | 111001011011010010111111111010001011000110010000111011111011110110101010111011111011111010011100 | e5b4bfe8b190efbdaaefbe9c |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)