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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 闔ェ\ | 11101000100011101010101001011100 | e88eaa5c |
EUC-JP | 闔ェ\ | 1110111111101110100011101010101001011100 | efee8eaa5c |
UTF-8 | 闔ェ\ | 11101001100101111001010011101111101111011010101001011100 | e99794efbdaa5c |
UHC | 闔?\ | 11111001111011110011111101011100 | f9ef3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)