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 | 雉、辣ョ | 111010001011001110100100111001111000010110101110 | e8b3a4e785ae |
EUC-JP | 雉、辣ョ | 1111000010110101100011101010010011101101111001011000111010101110 | f0b58ea4ede58eae |
UTF-8 | 雉、辣ョ | 111010011001101110001001111011111011110110100100111010001011111010100011111011111011110110101110 | e99b89efbda4e8bea3efbdae |
UHC | 雉?辣? | 111101101100101100111111110101011011100000111111 | f6cb3fd5b83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)