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 | 郤占ゥ樞 | 11100111101110101001000011101000101010011001111011100010 | e7ba90e8a99ee2 |
EUC-JP | 郤占ゥ樞 | 1110111010111100110000001110101010001110101010011101110011100100 | eebcc0ea8ea9dce4 |
UTF-8 | 郤占ゥ樞 | 111010011000001110100100111001011000110110100000111011111011110110101001111001101010100010011110 | e983a4e58da0efbda9e6a89e |
UHC | ?占?樞 | 001111111110111110111111001111111111010111010010 | 3fefbf3ff5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)