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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 村辿h村 | 10010001101110101001001001001000011010001001000110111010 | 91ba92486891ba |
EUC-JP | 村辿h村 | 11000010101111001100001110101001011010001100001010111100 | c2bcc3a968c2bc |
UTF-8 | 村辿h村 | 11100110100111011001000111101000101111101011111101101000111001101001110110010001 | e69d91e8bebf68e69d91 |
UHC | 村?h村 | 111101011011110100111111011010001111010110111101 | f5bd3f68f5bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)