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 | ・ァ釈杓 | 101001011010011110001110110111111000111011011011 | a5a78edf8edb |
EUC-JP | ・ァ釈杓 | 1000111010100101100011101010011110111100111000011011110011011101 | 8ea58ea7bce1bcdd |
UTF-8 | ・ァ釈杓 | 111011111011110110100101111011111011110110100111111010011000011110001000111001101001110110010011 | efbda5efbda7e98788e69d93 |
UHC | ???杓 | 0011111100111111001111111111100011110101 | 3f3f3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)