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 | áëû¥§h | 10001111111000011110101111111011101001011010011101101000 | 8fe1ebfba5a768 |
SJIS-WIN | ????¥§h | 001111110011111100111111001111111000000110001111100000011001100001101000 | 3f3f3f3f818f819868 |
EUC-JP | ?áëû?§h | 0011111110001111101010111010000110001111101010111011001110001111101010111110010100111111101000011111100001101000 | 3f8faba18fabb38fabe53fa1f868 |
UTF-8 | áëû¥§h | 11000010100011111100001110100001110000111010101111000011101110111100001010100101110000101010011101101000 | c28fc3a1c3abc3bbc2a5c2a768 |
UHC | ?????§h | 0011111100111111001111110011111100111111101000011101011101101000 | 3f3f3f3f3fa1d768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)