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?[?@?A | 0011111101000001001111110101101100111111010000000011111101000001 | 3f413f5b3f403f41 |
SJIS-WIN | ?A?[?@?A | 0011111101000001001111110101101100111111010000000011111101000001 | 3f413f5b3f403f41 |
EUC-JP | ?A?[?@?A | 0011111101000001001111110101101100111111010000000011111101000001 | 3f413f5b3f403f41 |
UTF-8 | 혪A혪[혪@혪A | 11101101100110001010101001000001111011011001100010101010010110111110110110011000101010100100000011101101100110001010101001000001 | ed98aa41ed98aa5bed98aa40ed98aa41 |
UHC | 혪A혪[혪@혪A | 110000101001001001000001110000101001001001011011110000101001001001000000110000101001001001000001 | c29241c2925bc29240c29241 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)