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 | 彧囚\ | 1111101010111001100011101111101001011100 | fab98efa5c |
EUC-JP | 彧囚\ | 100011111011110011111110101111001111110001011100 | 8fbcfebcfc5c |
UTF-8 | 彧囚\ | 11100101101111011010011111100101100110111001101001011100 | e5bda7e59b9a5c |
UHC | 彧囚\ | 1110100111101110111000011111011001011100 | e9eee1f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)