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 | 貍芳盻 | 111001101011110010010110010001101110000110111011 | e6bc9646e1bb |
EUC-JP | 貍芳盻 | 111011001011111011001011101001111110001010111101 | ecbecba7e2bd |
UTF-8 | 貍芳盻 | 111010001011001010001101111010001000101010110011111001111001101110111011 | e8b28de88ab3e79bbb |
UHC | ?芳? | 00111111110110111011101100111111 | 3fdbbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)