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 | ?鶯?鶯^ | 00111111111010011111001000111111111010011111001001011110 | 3fe9f23fe9f25e |
EUC-JP | ?鶯?鶯^ | 00111111111100101111010000111111111100101111010001011110 | 3ff2f43ff2f45e |
UTF-8 | 옟鶯옟鶯^ | 11101100100110001001111111101001101101101010111111101100100110001001111111101001101101101010111101011110 | ec989fe9b6afec989fe9b6af5e |
UHC | 옟鶯옟鶯^ | 100111101010000111100101101000111001111010100001111001011010001101011110 | 9ea1e5a39ea1e5a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)