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 | ?}?? | 00111111011111010011111100111111 | 3f7d3f3f |
SJIS-WIN | 涌}盖痾 | 10010111010011110111110111100001101100111110000101111101 | 974f7de1b3e17d |
EUC-JP | 涌}盖痾 | 11001101101100000111110111100010101101011110000111011110 | cdb07de2b5e1de |
UTF-8 | 涌}盖痾 | 11100110101101101000110001111101111001111001101110010110111001111001011110111110 | e6b68c7de79b96e797be |
UHC | 涌}盖? | 111010011011111101111101110010111100110000111111 | e9bf7dcbcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)