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 | 豈ャ逞樣浚 | 111001101010111110101100111001111001011110011110111010011001111110110010 | e6aface7979ee99fb2 |
EUC-JP | 豈ャ逞樣浚 | 11101100101100011000111010101100111011011111011111011100111010111101111010110100 | ecb18eacedf7dcebdeb4 |
UTF-8 | 豈ャ逞樣浚 | 111010001011000110001000111011111011110110101100111010011000000010011110111001101010100010100011111001101011010110011010 | e8b188efbdace9809ee6a8a3e6b59a |
UHC | 豈?逞樣浚 | 110100011100001000111111110101101100000111100101110001101111000111011101 | d1c23fd6c1e5c6f1dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)