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 | ¨ù¨¬ | 10101000111110011010100010101100 | a8f9a8ac |
SJIS-WIN | ¨?¨¬ | 10000001010011100011111110000001010011101000000111001010 | 814e3f814e81ca |
EUC-JP | ¨ù¨¬ | 101000011010111110001111101010111110001110100001101011111010001011001100 | a1af8fabe3a1afa2cc |
UTF-8 | ¨ù¨¬ | 1100001010101000110000111011100111000010101010001100001010101100 | c2a8c3b9c2a8c2ac |
UHC | ¨?¨? | 101000011010011100111111101000011010011100111111 | a1a73fa1a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)