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 | ??b??b^ | 00111111001111110110001000111111001111110110001001011110 | 3f3f623f3f625e |
SJIS-WIN | ?ィb?ィb^ | 00111111101010000110001000111111101010000110001001011110 | 3fa8623fa8625e |
EUC-JP | ?ィb?ィb^ | 001111111000111010101000011000100011111110001110101010000110001001011110 | 3f8ea8623f8ea8625e |
UTF-8 | 䵸ィb䵸ィb^ | 111001001011010110111000111011111011110110101000011000101110010010110101101110001110111110111101101010000110001001011110 | e4b5b8efbda862e4b5b8efbda8625e |
UHC | ??b??b^ | 00111111001111110110001000111111001111110110001001011110 | 3f3f623f3f625e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)