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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 絖朱蒐讓 | 1110001101001100100011101110100110001111010011101110011010101000 | e34c8ee98f4ee6a8 |
EUC-JP | 絖朱蒐讓 | 1110010110101101101111001110101110111101101011111110110010101010 | e5adbcebbdafecaa |
UTF-8 | 絖朱蒐讓 | 111001111011010110010110111001101001110010110001111010001001001010010000111010001010111010010011 | e7b596e69cb1e89290e8ae93 |
UHC | ?朱蒐讓 | 00111111111100011011100111100010101111011110010111010011 | 3ff1b9e2bde5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)