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 | Y¦[ | 100100100101100110010001101001101001001001011011 | 925991a6925b |
SJIS-WIN | ?Y???[ | 001111110101100100111111001111110011111101011011 | 3f593f3f3f5b |
EUC-JP | ?Y?¦?[ | 0011111101011001001111111000111110100010110000110011111101011011 | 3f593f8fa2c33f5b |
UTF-8 | Y¦[ | 11000010100100100101100111000010100100011100001010100110110000101001001001011011 | c29259c291c2a6c2925b |
UHC | ?Y???[ | 001111110101100100111111001111110011111101011011 | 3f593f3f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)