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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谿雅焚 | 111001101010111010001001111010111001010110110000 | e6ae89eb95b0 |
EUC-JP | 谿雅焚 | 111011001011000010110010111011011100101010110010 | ecb0b2edcab2 |
UTF-8 | 谿雅焚 | 111010001011000010111111111010011001101110000101111001111000010010011010 | e8b0bfe99b85e7849a |
UHC | 谿雅焚 | 110011011010110011100100101110101101110111001101 | cdace4baddcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)