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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 繕煽旋A蘚 | 100100010101010110010000111110001001000011111001010000011110010101100100 | 915590f890f941e564 |
EUC-JP | 繕煽旋A蘚 | 110000011011011011000000111110101100000011111011010000011110100111000101 | c1b6c0fac0fb41e9c5 |
UTF-8 | 繕煽旋A蘚 | 11100111101110011001010111100111100001011011110111100110100101111000101101000001111010001001100010011010 | e7b995e785bde6978b41e8989a |
UHC | 繕煽旋A蘚 | 111000001100101111100000110000111110000011000001010000011110000011010000 | e0cbe0c3e0c141e0d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)