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 | 槊攷濘 | 100111101100110010011101101111011110000001011110 | 9ecc9dbde05e |
EUC-JP | 槊攷濘 | 110111001100111011011010101111111101111110111111 | dccedabfdfbf |
UTF-8 | 槊攷濘 | 111001101010011110001010111001101001010010110111111001101011111110011000 | e6a78ae694b7e6bf98 |
UHC | ?攷? | 00111111110011011011100100111111 | 3fcdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)