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 | °ù] | 101100001111100101011101 | b0f95d |
SJIS-WIN | °?] | 10000001100010110011111101011101 | 818b3f5d |
EUC-JP | °ù] | 101000011110101110001111101010111110001101011101 | a1eb8fabe35d |
UTF-8 | °ù] | 1100001010110000110000111011100101011101 | c2b0c3b95d |
UHC | °?] | 10100001110001100011111101011101 | a1c63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)