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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 質式 | 1111100110110101100011101011111111110010101000011000111010101110 | f9b58ebff2a18eae |
EUC-JP | ?質?式 | 001111111011110011000001001111111011110010110000 | 3fbcc13fbcb0 |
UTF-8 | 質式 | 111011101001110010010000111010001011001110101010111011101000011110011000111001011011110010001111 | ee9c90e8b3aaee8798e5bc8f |
UHC | ?質?式 | 001111111111001011110101001111111110001111010010 | 3ff2f53fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)