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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蠢?旨葛??^ | 11100101101111110011111110001110011111001000101010001011001111110011111101011110 | e5bf3f8e7c8a8b3f3f5e |
EUC-JP | 蠢?旨葛??^ | 11101010110000010011111110111011110111011011001111101011001111110011111101011110 | eac13fbbddb3eb3f3f5e |
UTF-8 | 蠢렎旨葛렟렠^ | 11101000101000001010001011101011101000001000111011100110100101111010100011101000100100011001101111101011101000001001111111101011101000001010000001011110 | e8a0a2eba08ee697a8e8919beba09feba0a05e |
UHC | 蠢렎旨葛렟렠^ | 11110001111000111000111010100100111100101010100111001010111001111000111010110000100011101011000101011110 | f1e38ea4f2a9cae78eb08eb15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)