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 | ±ÌâÁûø | 10110001110011001100001110100010110000011111101111111000 | b1ccc3a2c1fbf8 |
SJIS-WIN | ±??¢??? | 100000010111110100111111001111111000000110010001001111110011111100111111 | 817d3f3f81913f3f3f |
EUC-JP | ±ÌâÁûø | 10100001110111101000111110101010110000001000111110101010101010101010000111110001100011111010101010100001100011111010101111100101100011111010100111001100 | a1de8faac08faaaaa1f18faaa18fabe58fa9cc |
UTF-8 | ±ÌâÁûø | 1100001010110001110000111000110011000011100000111100001010100010110000111000000111000011101110111100001110111000 | c2b1c38cc383c2a2c381c3bbc3b8 |
UHC | ±?????ø | 101000011011111000111111001111110011111100111111001111111010100110101010 | a1be3f3f3f3f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)