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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 妖肯彬瀅 | 1001011101100100100011010110110110010101011010101111101101001110 | 97648d6d956afb4e |
EUC-JP | 妖肯彬瀅 | 110011011100010110111001110011101100100111001011100011111100100110101011 | cdc5b9cec9cb8fc9ab |
UTF-8 | 妖肯彬瀅 | 111001011010011010010110111010001000001010101111111001011011110110101100111001111000000010000101 | e5a696e882afe5bdace78085 |
UHC | 妖肯彬瀅 | 1110100011101101110100001110100111011110101011111111101110100100 | e8edd0e9deaffba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)