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 | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 柝躙G | 1001111001110000111001110101011101000111 | 9e70e75747 |
EUC-JP | 柝躙G | 1101101111010001111011011011100001000111 | dbd1edb847 |
UTF-8 | 柝躙G | 11100110100111111001110111101000101110101001100101000111 | e69f9de8ba9947 |
UHC | 柝?G | 11110110111110010011111101000111 | f6f93f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)