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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 将茖゚将ェ | 1000111110101011111001001010000111011111100011111010101110101010 | 8fabe4a1df8fabaa |
EUC-JP | 将茖゚将ェ | 10111110101011011110100010100011100011101101111110111110101011011000111010101010 | beade8a38edfbead8eaa |
UTF-8 | 将茖゚将ェ | 111001011011000010000110111010001000110010010110111011111011111010011111111001011011000010000110111011111011110110101010 | e5b086e88c96efbe9fe5b086efbdaa |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)