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 | ÛéÆ | 100011101101101111101001100001001000111111000110 | 8edbe9848fc6 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ûé??Æ | 001111111000111110101010111001011000111110101011101100010011111100111111100011111010100110100001 | 3f8faae58fabb13f3f8fa9a1 |
UTF-8 | ÛéÆ | 110000101000111011000011100110111100001110101001110000101000010011000010100011111100001110000110 | c28ec39bc3a9c284c28fc386 |
UHC | ?????Æ | 00111111001111110011111100111111001111111010100010100001 | 3f3f3f3f3fa8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)