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 | 褄ィ鬢悟ー | 1110010111101011101010001110100110100100100011001110010110110000 | e5eba8e9a48ce5b0 |
EUC-JP | 褄ィ鬢悟ー | 11101010111011011000111010101000111100101010011010111000111001111000111010110000 | eaed8ea8f2a6b8e78eb0 |
UTF-8 | 褄ィ鬢悟ー | 111010001010010010000100111011111011110110101000111010011010110010100010111001101000001010011111111011111011110110110000 | e8a484efbda8e9aca2e6829fefbdb0 |
UHC | ???悟? | 001111110011111100111111111001111111011000111111 | 3f3f3fe7f63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)