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 | õûd[ | 11110101111110110110010001011011 | f5fb645b |
SJIS-WIN | ??d[ | 00111111001111110110010001011011 | 3f3f645b |
EUC-JP | õûd[ | 1000111110101011110110001000111110101011111001010110010001011011 | 8fabd88fabe5645b |
UTF-8 | õûd[ | 110000111011010111000011101110110110010001011011 | c3b5c3bb645b |
UHC | ??d[ | 00111111001111110110010001011011 | 3f3f645b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)