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 | 赱晨擠妤ー | 111001101101111110011101111011011001110110101001111110101010010010110000 | e6df9ded9da9faa4b0 |
EUC-JP | 赱晨擠妤ー | 1110110011100001110110101110111111011010101010111000111110111001101011111000111010110000 | ece1daefdaab8fb9af8eb0 |
UTF-8 | 赱晨擠妤ー | 111010001011010110110001111001101001100110101000111001101001001110100000111001011010011010100100111011111011110110110000 | e8b5b1e699a8e693a0e5a6a4efbdb0 |
UHC | ?晨??? | 001111111110001111100111001111110011111100111111 | 3fe3e73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)