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 | ¨ù©¬¨ | 1010100011111001101010011010110010101000 | a8f9a9aca8 |
SJIS-WIN | ¨??¬¨ | 1000000101001110001111110011111110000001110010101000000101001110 | 814e3f3f81ca814e |
EUC-JP | ¨ù©¬¨ | 101000011010111110001111101010111110001110001111101000101110110110100010110011001010000110101111 | a1af8fabe38fa2eda2cca1af |
UTF-8 | ¨ù©¬¨ | 11000010101010001100001110111001110000101010100111000010101011001100001010101000 | c2a8c3b9c2a9c2acc2a8 |
UHC | ¨???¨ | 10100001101001110011111100111111001111111010000110100111 | a1a73f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)