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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瞋ワフ・ホ | 111000011101000111011100110011001010010111001110 | e1d1dccca5ce |
EUC-JP | 瞋ワフ・ホ | 11100010110100111000111011011100100011101100110010001110101001011000111011001110 | e2d38edc8ecc8ea58ece |
UTF-8 | 瞋ワフ・ホ | 111001111001111010001011111011111011111010011100111011111011111010001100111011111011110110100101111011111011111010001110 | e79e8befbe9cefbe8cefbda5efbe8e |
UHC | 瞋???? | 111100101101100100111111001111110011111100111111 | f2d93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)