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 | ÓYõµ | 1101001110101101010110011111010110110101 | d3ad59f5b5 |
SJIS-WIN | ??Y?? | 0011111100111111010110010011111100111111 | 3f3f593f3f |
EUC-JP | Ó?Yõ? | 100011111010101011010001001111110101100110001111101010111101100000111111 | 8faad13f598fabd83f |
UTF-8 | ÓYõµ | 110000111001001111000010101011010101100111000011101101011100001010110101 | c393c2ad59c3b5c2b5 |
UHC | ?Y?? | 001111111010000110101001010110010011111100111111 | 3fa1a9593f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)