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 | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
EUC-JP | ??琰D^ | 00111111001111111000111111001100101101000100010001011110 | 3f3f8fccb4445e |
UTF-8 | 롅렏琰D^ | 1110101110100001100001011110101110100000100011111110011110010000101100000100010001011110 | eba185eba08fe790b0445e |
UHC | 롅렏琰D^ | 1000111011001011100011101010010111100110111111000100010001011110 | 8ecb8ea5e6fc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)