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 | ?}??? | 0011111101111101001111110011111100111111 | 3f7d3f3f3f |
SJIS-WIN | 涌}珈咤盖 | 100101110100111101111101111000001101101110011010010000101110000110110011 | 974f7de0db9a42e1b3 |
EUC-JP | 涌}珈咤盖 | 110011011011000001111101111000001101110111010011101000111110001010110101 | cdb07de0ddd3a3e2b5 |
UTF-8 | 涌}珈咤盖 | 11100110101101101000110001111101111001111000111110001000111001011001001010100100111001111001101110010110 | e6b68c7de78f88e592a4e79b96 |
UHC | 涌}?咤盖 | 1110100110111111011111010011111111110110111000111100101111001100 | e9bf7d3ff6e3cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)