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 | ±Ìë | 10110001110011001100001110101011 | b1ccc3ab |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±ÌÃ? | 101000011101111010001111101010101100000010001111101010101010101000111111 | a1de8faac08faaaa3f |
UTF-8 | ±Ìë | 1100001010110001110000111000110011000011100000111100001010101011 | c2b1c38cc383c2ab |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)