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 | 愎塀筥門 | 1001110010111101100101011011101111100010101001101001011011100101 | 9cbd95bbe2a696e5 |
EUC-JP | 愎塀筥門 | 1101100010111111110010101011110111100100101010001100110011100111 | d8bfcabde4a8cce7 |
UTF-8 | 愎塀筥門 | 111001101000010010001110111001011010000110000000111001111010110110100101111010011001011010000000 | e6848ee5a180e7ada5e99680 |
UHC | 愎??門 | 111110001011010000111111001111111101101010100110 | f8b43f3fdaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)