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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 栽?劑 | 1000110111001101001111111001100110011101 | 8dcd3f999d |
EUC-JP | 栽?劑 | 1011101011001111001111111101000111111101 | bacf3fd1fd |
UTF-8 | 栽렫劑 | 111001101010000010111101111010111010000010101011111001011000101010010001 | e6a0bdeba0abe58a91 |
UHC | 栽렫劑 | 111011101010100010001110101110011111000010100101 | eea88eb9f0a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)