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 | ¨ö¨ªm | 1010100011110110101010001010101001101101 | a8f6a8aa6d |
SJIS-WIN | ¨?¨?m | 10000001010011100011111110000001010011100011111101101101 | 814e3f814e3f6d |
EUC-JP | ¨ö¨ªm | 1010000110101111100011111010101111010011101000011010111110001111101000101110110001101101 | a1af8fabd3a1af8fa2ec6d |
UTF-8 | ¨ö¨ªm | 110000101010100011000011101101101100001010101000110000101010101001101101 | c2a8c3b6c2a8c2aa6d |
UHC | ¨?¨ªm | 1010000110100111001111111010000110100111101010001010001101101101 | a1a73fa1a7a8a36d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)