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 | ªÐª³ | 100011111010101011010000100011111010101010110011 | 8faad08faab3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ª??ª? | 00111111100011111010001011101100001111110011111110001111101000101110110000111111 | 3f8fa2ec3f3f8fa2ec3f |
UTF-8 | ªÐª³ | 110000101000111111000010101010101100001110010000110000101000111111000010101010101100001010110011 | c28fc2aac390c28fc2aac2b3 |
UHC | ?ªÐ?ª³ | 00111111101010001010001110101000101000100011111110101000101000111010100111111000 | 3fa8a3a8a23fa8a3a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)