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 | 儀輕???? | 1000101101010110111001110110101000111111001111110011111100111111 | 8b56e76a3f3f3f3f |
EUC-JP | 儀輕???? | 1011010110110111111011011100101100111111001111110011111100111111 | b5b7edcb3f3f3f3f |
UTF-8 | 儀輕ㄾ뤊北쥷 | 111001011000010010000000111010001011110010010101111000111000010010111110111010111010010010001010111011111010010110100011111011001010010110110111 | e58480e8bc95e384beeba48aefa5a3eca5b7 |
UHC | 儀輕ㄾ뤊北쥷 | 111010111111000011001100111011101010010010101110100011111011101011011011110001011010001101000110 | ebf0cceea4ae8fbadbc5a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)