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 | 邀夜ァ戊 | 11100111101100011001011011101001101001111001010111101000 | e7b196e9a795e8 |
EUC-JP | 邀夜ァ戊 | 1110111010110011110011001110101110001110101001111100101011101010 | eeb3cceb8ea7caea |
UTF-8 | 邀夜ァ戊 | 111010011000001010000000111001011010010010011100111011111011110110100111111001101000100010001010 | e98280e5a49cefbda7e6888a |
UHC | 邀夜?戊 | 11101001101011011110010110101000001111111101100111100110 | e9ade5a83fd9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)