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 | 将ヨ?讖ホ | 10001111101010111101011000111111111001101010100111001110 | 8fabd63fe6a9ce |
EUC-JP | 将ヨ繐讖ホ | 1011111010101101100011101101011010001111110101001101001111101100101010111000111011001110 | bead8ed68fd4d3ecab8ece |
UTF-8 | 将ヨ繐讖ホ | 111001011011000010000110111011111011111010010110111001111011100110010000111010001010111010010110111011111011111010001110 | e5b086efbe96e7b990e8ae96efbe8e |
UHC | ???讖? | 001111110011111100111111111100111101100100111111 | 3f3f3ff3d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)