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 | ¨ù©ö¨ | 1010100011111001101010011111011010101000 | a8f9a9f6a8 |
SJIS-WIN | ¨???¨ | 10000001010011100011111100111111001111111000000101001110 | 814e3f3f3f814e |
EUC-JP | ¨ù©ö¨ | 10100001101011111000111110101011111000111000111110100010111011011000111110101011110100111010000110101111 | a1af8fabe38fa2ed8fabd3a1af |
UTF-8 | ¨ù©ö¨ | 11000010101010001100001110111001110000101010100111000011101101101100001010101000 | c2a8c3b9c2a9c3b6c2a8 |
UHC | ¨???¨ | 10100001101001110011111100111111001111111010000110100111 | a1a73f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)