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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 損鱈^ | 1001000110111001100100100100110001011110 | 91b9924c5e |
EUC-JP | 損鱈^ | 1100001010111011110000111010110101011110 | c2bbc3ad5e |
UTF-8 | 損鱈^ | 11100110100100001000110111101001101100011000100001011110 | e6908de9b1885e |
UHC | 損?^ | 11100001110111110011111101011110 | e1df3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)