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 | æ£å´ | 111001101001110110100011111001011011010010010111 | e69da3e5b497 |
SJIS-WIN | ??£?´? | 0011111100111111100000011001001000111111100000010100110000111111 | 3f3f81923f814c3f |
EUC-JP | �� | 100011111010100111000001001111111010000111110010100011111010101110101001101000011010110100111111 | 8fa9c13fa1f28faba9a1ad3f |
UTF-8 | æ£å´ | 110000111010011011000010100111011100001010100011110000111010010111000010101101001100001010010111 | c3a6c29dc2a3c3a5c2b4c297 |
UHC | æ???´? | 1010100110100001001111110011111100111111101000101010010100111111 | a9a13f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)