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 | 邀夜ァ穂繞 | 111001111011000110010110111010011010011110010101111001001110001110000101 | e7b196e9a795e4e385 |
EUC-JP | 邀夜ァ穂繞 | 11101110101100111100110011101011100011101010011111001010111001101110010111100101 | eeb3cceb8ea7cae6e5e5 |
UTF-8 | 邀夜ァ穂繞 | 111010011000001010000000111001011010010010011100111011111011110110100111111001111010100110000010111001111011100110011110 | e98280e5a49cefbda7e7a982e7b99e |
UHC | 邀夜??繞 | 1110100110101101111001011010100000111111001111111110100110100100 | e9ade5a83f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)