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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 襍ヲ迺ス雖 | 1110100010110101101001101110011110010010101111011110010110101011 | e8b5a6e792bde5ab |
EUC-JP | 襍ヲ迺ス雖 | 11110000101101111000111010100110111011011111001010001110101111011110101010101101 | f0b78ea6edf28ebdeaad |
UTF-8 | 襍ヲ迺ス雖 | 111010001010010110001101111011111011110110100110111010001011111110111010111011111011110110111101111010011001101110010110 | e8a58defbda6e8bfbaefbdbde99b96 |
UHC | ????雖 | 001111110011111100111111001111111110001011001100 | 3f3f3f3fe2cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)