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 | 捨讐捨 | 100011101100110010001111010100011000111011001100 | 8ecc8f518ecc |
EUC-JP | 捨讐捨 | 101111001100111010111101101100101011110011001110 | bccebdb2bcce |
UTF-8 | 捨讐捨 | 111001101000110110101000111010001010111010010000111001101000110110101000 | e68da8e8ae90e68da8 |
UHC | 捨讐捨 | 110111101101011111100010110000101101111011010111 | ded7e2c2ded7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)