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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 佇?啼 | 1001100011001000001111111001101001100101 | 98c83f9a65 |
EUC-JP | 佇?啼 | 1101000011001010001111111101001111000110 | d0ca3fd3c6 |
UTF-8 | 佇렰啼 | 111001001011110110000111111010111010000010110000111001011001010110111100 | e4bd87eba0b0e595bc |
UHC | 佇렰啼 | 111011101011011110001110101111011111000010100110 | eeb78ebdf0a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)