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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 篠剰ア示B | 11110000110000111000111011000010100011111110100010110001100011101010011001000010 | f0c38ec28fe8b18ea642 |
EUC-JP | ?篠剰ア示B | 00111111101111001100010010111110111010101000111010110001101111001010100001000010 | 3fbcc4beea8eb1bca842 |
UTF-8 | 篠剰ア示B | 11101110100000101000001011100111101011111010000011100101100010011011000011101111101111011011000111100111101001001011101001000010 | ee8282e7afa0e589b0efbdb1e7a4ba42 |
UHC | ?篠??示B | 0011111111100001110001100011111100111111111000111100011001000010 | 3fe1c63f3fe3c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)