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 | 毅麓?俺 | 10001011010000101001100001011011001111111000100110110100 | 8b42985b3f89b4 |
EUC-JP | 毅麓?俺 | 10110101101000111100111110111100001111111011001010110110 | b5a3cfbc3fb2b6 |
UTF-8 | 毅麓헨俺 | 111001101010111110000101111010011011101010010011111011011001011110101000111001001011111110111010 | e6af85e9ba93ed97a8e4bfba |
UHC | 毅麓헨俺 | 1110101111110110110101101110010011000111111011101110010111101111 | ebf6d6e4c7eee5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)