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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 爰猾牋瀲^ | 111000001010011111100000110011111110000010101110111000000111000101011110 | e0a7e0cfe0aee0715e |
EUC-JP | 爰猾牋瀲^ | 111000001010100111100000110100011110000010110000110111111101001001011110 | e0a9e0d1e0b0dfd25e |
UTF-8 | 爰猾牋瀲^ | 11100111100010001011000011100111100011001011111011100111100010011000101111100111100000001011001001011110 | e788b0e78cbee7898be780b25e |
UHC | 爰猾??^ | 11101010101110101111110011000010001111110011111101011110 | eabafcc23f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)