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 | 捨式筵 | 100011101100110010001110101011101110001010100101 | 8ecc8eaee2a5 |
EUC-JP | 捨式筵 | 101111001100111010111100101100001110010010100111 | bccebcb0e4a7 |
UTF-8 | 捨式筵 | 111001101000110110101000111001011011110010001111111001111010110110110101 | e68da8e5bc8fe7adb5 |
UHC | 捨式筵 | 110111101101011111100011110100101110011011011101 | ded7e3d2e6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)