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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 曜??寃 | 100101110110101000111111001111111001101110000011 | 976a3f3f9b83 |
EUC-JP | 曜??寃 | 110011011100101100111111001111111101010111100011 | cdcb3f3fd5e3 |
UTF-8 | 曜섎벦寃 | 111001101001101110011100111011001000010010001110111010111011001010100110111001011010111110000011 | e69b9cec848eebb2a6e5af83 |
UHC | 曜섎벦寃 | 1110100011111000100110001110101110010011101111101110101010110010 | e8f898eb93beeab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)