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 | å¶× | 111001011011011011010111 | e5b6d7 |
SJIS-WIN | ?¶× | 0011111110000001111101111000000101111110 | 3f81f7817e |
EUC-JP | å¶× | 10001111101010111010100110100010111110011010000111011111 | 8faba9a2f9a1df |
UTF-8 | å¶× | 110000111010010111000010101101101100001110010111 | c3a5c2b6c397 |
UHC | ?¶× | 0011111110100010110100101010000110111111 | 3fa2d2a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)