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 | 竺丞碆 | 100011101011000110001111111001011110000111101100 | 8eb18fe5e1ec |
EUC-JP | 竺丞碆 | 101111001011001110111110111001111110001011101110 | bcb3bee7e2ee |
UTF-8 | 竺丞碆 | 111001111010101110111010111001001011100010011110111001111010001010000110 | e7abbae4b89ee7a286 |
UHC | 竺丞? | 1111010111100111111000111010101000111111 | f5e7e3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)