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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 軏定損\ | 11111011101100101001001011101000100100011011100101011100 | fbb292e891b95c |
EUC-JP | 軏定損\ | 1000111111100000110110011100010011101010110000101011101101011100 | 8fe0d9c4eac2bb5c |
UTF-8 | 軏定損\ | 11101000101110111000111111100101101011101001101011100110100100001000110101011100 | e8bb8fe5ae9ae6908d5c |
UHC | ?定損\ | 001111111110111111010010111000011101111101011100 | 3fefd2e1df5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)