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 | ??稟岬^ | 00111111001111111110001001100111100101101010011001011110 | 3f3fe26796a65e |
EUC-JP | ?đ稟岬^ | 001111111000111110101001110000101110001111001000110011001010100001011110 | 3f8fa9c2e3c8cca85e |
UTF-8 | 룶đ稟岬^ | 111010111010001110110110110001001001000111100111101010001001111111100101101100101010110001011110 | eba3b6c491e7a89fe5b2ac5e |
UHC | 룶đ稟岬^ | 100011111010101110101001101000101111100110100010110010111010001001011110 | 8faba9a2f9a2cba25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)