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 | ?a[ | 001111110110000101011011 | 3f615b |
SJIS-WIN | 辰a[ | 10010010010000110110000101011011 | 9243615b |
EUC-JP | 辰a[ | 11000011101001000110000101011011 | c3a4615b |
UTF-8 | 辰a[ | 1110100010111110101100000110000101011011 | e8beb0615b |
UHC | 辰a[ | 11110010111000110110000101011011 | f2e3615b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)