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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 撓ζ?昻?? | 100111011001101010000011110001000011111111111010110100000011111100111111 | 9d9a83c43ffad03f3f |
EUC-JP | 撓ζ???? | 1101100111111010101001101100011000111111001111110011111100111111 | d9faa6c63f3f3f3f |
UTF-8 | 撓ζ퍜昻곲썖 | 1110011010010010100100111100111010110110111011011000110110011100111001101001100010111011111010101011001110110010111011001000110110010110 | e69293ceb6ed8d9ce698bbeab3b2ec8d96 |
UHC | 撓ζ퍜昻곲썖 | 111010001111010110100101111001101011101110010011111001001110100110000001111010011001101110001001 | e8f5a5e6bb93e4e981e99b89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)