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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 藹簧藹簧B | 111001010101110011100010110011101110010101011100111000101100111001000010 | e55ce2cee55ce2ce42 |
EUC-JP | 藹簧藹簧B | 111010011011110111100100110100001110100110111101111001001101000001000010 | e9bde4d0e9bde4d042 |
UTF-8 | 藹簧藹簧B | 11101000100101111011100111100111101100001010011111101000100101111011100111100111101100001010011101000010 | e897b9e7b0a7e897b9e7b0a742 |
UHC | ?簧?簧B | 00111111111111001101011100111111111111001101011101000010 | 3ffcd73ffcd742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)