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 | ¼Ó¼Ìà® | 101111001101001110111100110011001110000010101110 | bcd3bccce0ae |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ó?Ìà® | 0011111110001111101010101101000100111111100011111010101011000000100011111010101110100010100011111010001011101110 | 3f8faad13f8faac08faba28fa2ee |
UTF-8 | ¼Ó¼Ìà® | 110000101011110011000011100100111100001010111100110000111000110011000011101000001100001010101110 | c2bcc393c2bcc38cc3a0c2ae |
UHC | ¼?¼??® | 101010001111100100111111101010001111100100111111001111111010001011100111 | a8f93fa8f93f3fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)