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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 弟?~ | 10010010111011010011111101111110 | 92ed3f7e |
EUC-JP | 弟?~ | 11000100111011110011111101111110 | c4ef3f7e |
UTF-8 | 弟렍~ | 11100101101111001001111111101011101000001000110101111110 | e5bc9feba08d7e |
UHC | 弟렍~ | 1111000010101001100011101010001101111110 | f0a98ea37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)