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??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-WIN | 郢ケY郢ケbnoBF | 111001111011100110111001010110011110011110111001101110010110001001101110011011110100001001000110 | e7b9b959e7b9b9626e6f4246 |
EUC-JP | 郢ケY郢ケbnoBF | 1110111010111011100011101011100101011001111011101011101110001110101110010110001001101110011011110100001001000110 | eebb8eb959eebb8eb9626e6f4246 |
UTF-8 | 郢ケY郢ケbnoBF | 111010011000001110100010111011111011110110111001010110011110100110000011101000101110111110111101101110010110001001101110011011110100001001000110 | e983a2efbdb959e983a2efbdb9626e6f4246 |
UHC | ??Y??bnoBF | 00111111001111110101100100111111001111110110001001101110011011110100001001000110 | 3f3f593f3f626e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)