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 | 雉ス邊。 | 111010001011001110111101111001111011001010100001 | e8b3bde7b2a1 |
EUC-JP | 雉ス邊。 | 1111000010110101100011101011110111101110101101001000111010100001 | f0b58ebdeeb48ea1 |
UTF-8 | 雉ス邊。 | 111010011001101110001001111011111011110110111101111010011000001010001010111011111011110110100001 | e99b89efbdbde9828aefbda1 |
UHC | 雉?邊? | 111101101100101100111111110111001010101100111111 | f6cb3fdcab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)