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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ???轝? | 00111111001111110011111110001111111000011010101000111111 | 3f3f3f8fe1aa3f |
UTF-8 | 醴뺛굟轝쒫 | 111011111010011010110111111010111011101010011011111010101011010110011111111010001011110110011101111011001001001010101011 | efa6b7ebba9beab59fe8bd9dec92ab |
UHC | 醴뺛굟轝쒫 | 11100111111001001001010111100011100000101000011111100110101011001001110101000010 | e7e495e38287e6ac9d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)