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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 籖粡獰籖 | 1110001011011101111000101110011111100000110101101110001011011101 | e2dde2e7e0d6e2dd |
EUC-JP | 籖粡獰籖 | 1110010011011111111001001110100111100000110110001110010011011111 | e4dfe4e9e0d8e4df |
UTF-8 | 籖粡獰籖 | 111001111011000110010110111001111011001010100001111001111000110110110000111001111011000110010110 | e7b196e7b2a1e78db0e7b196 |
UHC | ??獰? | 0011111100111111111001111011111000111111 | 3f3fe7be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)