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 | 仲??? | 1001001010000111001111110011111100111111 | 92873f3f3f |
EUC-JP | 仲??? | 1100001111100111001111110011111100111111 | c3e73f3f3f |
UTF-8 | 仲쮸렋렔 | 111001001011101110110010111011001010111010111000111010111010000010001011111010111010000010010100 | e4bbb2ecaeb8eba08beba094 |
UHC | 仲쮸렋렔 | 1111000111101010110000101110100110001110101000101000111010101001 | f1eac2e98ea28ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)