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 | âäÕÉ~ | 1110001011100100110101011100100101111110 | e2e4d5c97e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | âäÕÉ~ | 10001111101010111010010010001111101010111010001110001111101010101101100010001111101010101011000101111110 | 8faba48faba38faad88faab17e |
UTF-8 | âäÕÉ~ | 110000111010001011000011101001001100001110010101110000111000100101111110 | c3a2c3a4c395c3897e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)