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 | FG©H® | 10010010010001101001001001000111100100011010100110010010010010001001000110101110 | 9246924791a9924891ae |
SJIS-WIN | ?F?G???H?? | 00111111010001100011111101000111001111110011111100111111010010000011111100111111 | 3f463f473f3f3f483f3f |
EUC-JP | ?F?G?©?H?® | 0011111101000110001111110100011100111111100011111010001011101101001111110100100000111111100011111010001011101110 | 3f463f473f8fa2ed3f483f8fa2ee |
UTF-8 | FG©H® | 1100001010010010010001101100001010010010010001111100001010010001110000101010100111000010100100100100100011000010100100011100001010101110 | c29246c29247c291c2a9c29248c291c2ae |
UHC | ?F?G???H?® | 0011111101000110001111110100011100111111001111110011111101001000001111111010001011100111 | 3f463f473f3f3f483fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)