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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 妖??~ | 1001011101100100001111110011111101111110 | 97643f3f7e |
EUC-JP | 妖??~ | 1100110111000101001111110011111101111110 | cdc53f3f7e |
UTF-8 | 妖묒뀯~ | 11100101101001101001011011101011101011001001001011101011100000001010111101111110 | e5a696ebac92eb80af7e |
UHC | 妖묒뀯~ | 11101000111011011001000111101100100001011010010101111110 | e8ed91ec85a57e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)