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 | ?Sk | 001111110101001101101011 | 3f536b |
SJIS-WIN | 辰Sk | 10010010010000110101001101101011 | 9243536b |
EUC-JP | 辰Sk | 11000011101001000101001101101011 | c3a4536b |
UTF-8 | 辰Sk | 1110100010111110101100000101001101101011 | e8beb0536b |
UHC | 辰Sk | 11110010111000110101001101101011 | f2e3536b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)