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 | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
SJIS-WIN | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
EUC-JP | ???}???{^ | 001111110011111100111111011111010011111100111111001111110111101101011110 | 3f3f3f7d3f3f3f7b5e |
UTF-8 | 卄솔많}卄솔많{^ | 111001011000110110000100111011001000011010010100111010111010011110001110011111011110010110001101100001001110110010000110100101001110101110100111100011100111101101011110 | e58d84ec8694eba78e7de58d84ec8694eba78e7b5e |
UHC | 卄솔많}卄솔많{^ | 111011001111111010111100110101101011100010111001011111011110110011111110101111001101011010111000101110010111101101011110 | ecfebcd6b8b97decfebcd6b8b97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)