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 | ÆíÆÆ | 100011111100011011101101110001101000111111000110 | 8fc6edc68fc6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÆíÆ?Æ | 0011111110001111101010011010000110001111101010111011111110001111101010011010000100111111100011111010100110100001 | 3f8fa9a18fabbf8fa9a13f8fa9a1 |
UTF-8 | ÆíÆÆ | 110000101000111111000011100001101100001110101101110000111000011011000010100011111100001110000110 | c28fc386c3adc386c28fc386 |
UHC | ?Æ?Æ?Æ | 001111111010100010100001001111111010100010100001001111111010100010100001 | 3fa8a13fa8a13fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)