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 | ªâªÁ | 100011111010101011100010100011111010101011000001 | 8faae28faac1 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ªâ?ªÁ | 0011111110001111101000101110110010001111101010111010010000111111100011111010001011101100100011111010101010100001 | 3f8fa2ec8faba43f8fa2ec8faaa1 |
UTF-8 | ªâªÁ | 110000101000111111000010101010101100001110100010110000101000111111000010101010101100001110000001 | c28fc2aac3a2c28fc2aac381 |
UHC | ?ª??ª? | 0011111110101000101000110011111100111111101010001010001100111111 | 3fa8a33f3fa8a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)