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 | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
SJIS-WIN | 雉、謔池{d | 111010001011001110100100111001101000001010010010011100100111101101100100 | e8b3a4e68292727b64 |
EUC-JP | 雉、謔池{d | 11110000101101011000111010100100111010111110001011000011110100110111101101100100 | f0b58ea4ebe2c3d37b64 |
UTF-8 | 雉、謔池{d | 1110100110011011100010011110111110111101101001001110100010101100100101001110011010110001101000000111101101100100 | e99b89efbda4e8ac94e6b1a07b64 |
UHC | 雉?謔池{d | 111101101100101100111111111110011100110011110010101011100111101101100100 | f6cb3ff9ccf2ae7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)