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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰ァ雉ェ | 111110111001111010100111111010001011001110101010 | fb9ea7e8b3aa |
EUC-JP | ?ァ雉ェ | 00111111100011101010011111110000101101011000111010101010 | 3f8ea7f0b58eaa |
UTF-8 | 薰ァ雉ェ | 111010001001011010110000111011111011110110100111111010011001101110001001111011111011110110101010 | e896b0efbda7e99b89efbdaa |
UHC | 薰?雉? | 111111011011100100111111111101101100101100111111 | fdb93ff6cb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)