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 | ±ó·Î | 10110001111100111011011111001110 | b1f3b7ce |
SJIS-WIN | ±??? | 1000000101111101001111110011111100111111 | 817d3f3f3f |
EUC-JP | ±ó?Î | 101000011101111010001111101010111101000100111111100011111010101011000010 | a1de8fabd13f8faac2 |
UTF-8 | ±ó·Î | 1100001010110001110000111011001111000010101101111100001110001110 | c2b1c3b3c2b7c38e |
UHC | ±?·? | 101000011011111000111111101000011010010000111111 | a1be3fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)