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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 蝴・竕ェミ・B | 111001011001101010100101111000101000100110101010110100001010010101000010 | e59aa5e289aad0a542 |
EUC-JP | 蝴・竕ェミ・B | 11101001111110101000111010100101111000111110100110001110101010101000111011010000100011101010010101000010 | e9fa8ea5e3e98eaa8ed08ea542 |
UTF-8 | 蝴・竕ェミ・B | 11101000100111011011010011101111101111011010010111100111101010111001010111101111101111011010101011101111101111101001000011101111101111011010010101000010 | e89db4efbda5e7ab95efbdaaefbe90efbda542 |
UHC | 蝴?????B | 1111101111011101001111110011111100111111001111110011111101000010 | fbdd3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)