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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 凜湿晶ク質B | 11101010101000111000111010111100100011111011101110111000100011101011111101000010 | eaa38ebc8fbbb88ebf42 |
EUC-JP | 凜湿晶ク質B | 1111010010100101101111001011111010111110101111011000111010111000101111001100000101000010 | f4a5bcbebebd8eb8bcc142 |
UTF-8 | 凜湿晶ク質B | 11100101100001111001110011100110101110011011111111100110100110011011011011101111101111011011100011101000101100111010101001000010 | e5879ce6b9bfe699b6efbdb8e8b3aa42 |
UHC | 凜?晶?質B | 110101111100111100111111111011111101110000111111111100101111010101000010 | d7cf3fefdc3ff2f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)