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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | ?疳擧A? | 00111111111000010111000010011101101001110100000100111111 | 3fe1709da7413f |
EUC-JP | ?疳擧A? | 00111111111000011101000111011010101010010100000100111111 | 3fe1d1daa9413f |
UTF-8 | 츌疳擧A츌 | 11101100101110001000110011100111100101101011001111100110100100111010011101000001111011001011100010001100 | ecb88ce796b3e693a741ecb88c |
UHC | 츌疳擧A츌 | 110000111111010011001010111101111100101111100001010000011100001111110100 | c3f4caf7cbe141c3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)