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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱促俗巽揃 | 10010010010001011001000110100011100100011010110110010010010001101001000110110101 | 924591a391ad924691b5 |
EUC-JP | 脱促俗巽揃 | 11000011101001101100001010100101110000101010111111000011101001111100001010110111 | c3a6c2a5c2afc3a7c2b7 |
UTF-8 | 脱促俗巽揃 | 111010001000010010110001111001001011111110000011111001001011111110010111111001011011011110111101111001101000111110000011 | e884b1e4bf83e4bf97e5b7bde68f83 |
UHC | ?促俗巽? | 0011111111110101101101011110000111010100111000011101111000111111 | 3ff5b5e1d4e1de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)