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 | 撓ζ?? | 100111011001101010000011110001000011111100111111 | 9d9a83c43f3f |
EUC-JP | 撓ζ?? | 110110011111101010100110110001100011111100111111 | d9faa6c63f3f |
UTF-8 | 撓ζ퍜若 | 1110011010010010100100111100111010110110111011011000110110011100111011111010010110110100 | e69293ceb6ed8d9cefa5b4 |
UHC | 撓ζ퍜若 | 1110100011110101101001011110011010111011100100111110010110101110 | e8f5a5e6bb93e5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)