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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?ユ?G | 0011111110000011100001100011111101000111 | 3f83863f47 |
EUC-JP | 庾ユ?G | 10001111101111001100111010100101111001100011111101000111 | 8fbccea5e63f47 |
UTF-8 | 庾ユ텋G | 11100101101110101011111011100011100000111010011011101101100001011000101101000111 | e5babee383a6ed858b47 |
UHC | 庾ユ텋G | 11101010111011001010101111100110101101101000100001000111 | eaecabe6b68847 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)