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 | ±ÌÃË | 10110001110011001100001111001011 | b1ccc3cb |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±ÌÃË | 1010000111011110100011111010101011000000100011111010101010101010100011111010101010110011 | a1de8faac08faaaa8faab3 |
UTF-8 | ±ÌÃË | 1100001010110001110000111000110011000011100000111100001110001011 | c2b1c38cc383c38b |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)