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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鈔ア遶ェ襄剰 | 11100111111000101011000111100111101010111010101011100101111101011000111111101000 | e7e2b1e7abaae5f58fe8 |
EUC-JP | 鈔ア遶ェ襄剰 | 111011101110010010001110101100011110111010101101100011101010101011101010111101111011111011101010 | eee48eb1eead8eaaeaf7beea |
UTF-8 | 鈔ア遶ェ襄剰 | 111010011000100010010100111011111011110110110001111010011000000110110110111011111011110110101010111010001010010110000100111001011000100110110000 | e98894efbdb1e981b6efbdaae8a584e589b0 |
UHC | ????襄? | 00111111001111110011111100111111111001011101000100111111 | 3f3f3f3fe5d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)