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 | 歎測旦卒丹 | 10010010010101101001000110101010100100100101010110010001101100101001001001001111 | 925691aa925591b2924f |
EUC-JP | 歎測旦卒丹 | 11000011101101111100001010101100110000111011011011000010101101001100001110110000 | c3b7c2acc3b6c2b4c3b0 |
UTF-8 | 歎測旦卒丹 | 111001101010110110001110111001101011100010101100111001101001011110100110111001011000110110010010111001001011100010111001 | e6ad8ee6b8ace697a6e58d92e4b8b9 |
UHC | 歎測旦卒丹 | 11110111101001111111011010110100110100111010100111110000111011111101001110100001 | f7a7f6b4d3a9f0efd3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)