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 | 将ヨ?讖ゥ | 10001111101010111101011000111111111001101010100110101001 | 8fabd63fe6a9a9 |
EUC-JP | 将ヨ繐讖ゥ | 1011111010101101100011101101011010001111110101001101001111101100101010111000111010101001 | bead8ed68fd4d3ecab8ea9 |
UTF-8 | 将ヨ繐讖ゥ | 111001011011000010000110111011111011111010010110111001111011100110010000111010001010111010010110111011111011110110101001 | e5b086efbe96e7b990e8ae96efbda9 |
UHC | ???讖? | 001111110011111100111111111100111101100100111111 | 3f3f3ff3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)