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 | ???H?? | 001111110011111100111111010010000011111100111111 | 3f3f3f483f3f |
SJIS-WIN | 辰単足H脱炭 | 1001001001000011100100100101000010010001101010110100100010010010010001011001001001011001 | 9243925091ab4892459259 |
EUC-JP | 辰単足H脱炭 | 1100001110100100110000111011000111000010101011010100100011000011101001101100001110111010 | c3a4c3b1c2ad48c3a6c3ba |
UTF-8 | 辰単足H脱炭 | 11101000101111101011000011100101100011011001100011101000101101101011001101001000111010001000010010110001111001111000001010101101 | e8beb0e58d98e8b6b348e884b1e782ad |
UHC | 辰?足H?炭 | 111100101110001100111111111100001110101101001000001111111111011110101001 | f2e33ff0eb483ff7a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)