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 | 巡??冗 | 100011111000010000111111001111111000111111100111 | 8f843f3f8fe7 |
EUC-JP | 巡??冗 | 101111011110010000111111001111111011111011101001 | bde43f3fbee9 |
UTF-8 | 巡볛뿇冗 | 111001011011011110100001111010111011001110011011111010111011111110000111111001011000011010010111 | e5b7a1ebb39bebbf87e58697 |
UHC | 巡볛뿇冗 | 1110001011011110100100111110001010010111100011101110100110110111 | e2de93e2978ee9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)