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 | ¼Ó¼Ïä | 101111001101001110111100110011111000111111100100 | bcd3bccf8fe4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?Ó?Ï?ä | 001111111000111110101010110100010011111110001111101010101100000100111111100011111010101110100011 | 3f8faad13f8faac13f8faba3 |
UTF-8 | ¼Ó¼Ïä | 110000101011110011000011100100111100001010111100110000111000111111000010100011111100001110100100 | c2bcc393c2bcc38fc28fc3a4 |
UHC | ¼?¼??? | 1010100011111001001111111010100011111001001111110011111100111111 | a8f93fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)