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 | 疾鶯識 | 1111000011100000100011101011111011101001111100101000111010101111 | f0e08ebee9f28eaf |
EUC-JP | ?疾鶯識 | 00111111101111001100000011110010111101001011110010110001 | 3fbcc0f2f4bcb1 |
UTF-8 | 疾鶯識 | 111011101000001010011111111001111001011010111110111010011011011010101111111010001010110110011000 | ee829fe796bee9b6afe8ad98 |
UHC | ?疾鶯識 | 00111111111100101111000011100101101000111110001111011011 | 3ff2f0e5a3e3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)