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 | 撓ζ?昻? | 1001110110011010100000111100010000111111111110101101000000111111 | 9d9a83c43ffad03f |
EUC-JP | 撓ζ??? | 11011001111110101010011011000110001111110011111100111111 | d9faa6c63f3f3f |
UTF-8 | 撓ζ퍜昻곲 | 1110011010010010100100111100111010110110111011011000110110011100111001101001100010111011111010101011001110110010 | e69293ceb6ed8d9ce698bbeab3b2 |
UHC | 撓ζ퍜昻곲 | 11101000111101011010010111100110101110111001001111100100111010011000000111101001 | e8f5a5e6bb93e4e981e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)