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 | ö®Ð着~ | 11110110101011101101000011101111101010101010101001111110 | f6aed0efaaaa7e |
SJIS-WIN | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
EUC-JP | ö®?着~ | 1000111110101011110100111000111110100010111011100011111110001111101010111100000110001111101000101110110010001111101000101110110001111110 | 8fabd38fa2ee3f8fabc18fa2ec8fa2ec7e |
UTF-8 | ö®Ð着~ | 11000011101101101100001010101110110000111001000011000011101011111100001010101010110000101010101001111110 | c3b6c2aec390c3afc2aac2aa7e |
UHC | ?®Ð?ªª~ | 0011111110100010111001111010100010100010001111111010100010100011101010001010001101111110 | 3fa2e7a8a23fa8a3a8a37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)