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 | 蝴℡━? | 11100101100110101000011110000100100001001010101000111111 | e59a878484aa3f |
EUC-JP | 蝴?━? | 111010011111101000111111101010001010110000111111 | e9fa3fa8ac3f |
UTF-8 | 蝴℡━뤉 | 111010001001110110110100111000101000010010100001111000101001010010000001111010111010010010001001 | e89db4e284a1e29481eba489 |
UHC | 蝴℡━뤉 | 1111101111011101101000101110010110100110101011001000111110111001 | fbdda2e5a6ac8fb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)