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 | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 脱尊俗Y | 10010010010001011001000110111000100100011010110101011001 | 924591b891ad59 |
EUC-JP | 脱尊俗Y | 11000011101001101100001010111010110000101010111101011001 | c3a6c2bac2af59 |
UTF-8 | 脱尊俗Y | 11101000100001001011000111100101101100001000101011100100101111111001011101011001 | e884b1e5b08ae4bf9759 |
UHC | ?尊俗Y | 001111111111000011101110111000011101010001011001 | 3ff0eee1d459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)