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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 彧囚彧囚^ | 111110101011100110001110111110101111101010111001100011101111101001011110 | fab98efafab98efa5e |
EUC-JP | 彧囚彧囚^ | 1000111110111100111111101011110011111100100011111011110011111110101111001111110001011110 | 8fbcfebcfc8fbcfebcfc5e |
UTF-8 | 彧囚彧囚^ | 11100101101111011010011111100101100110111001101011100101101111011010011111100101100110111001101001011110 | e5bda7e59b9ae5bda7e59b9a5e |
UHC | 彧囚彧囚^ | 111010011110111011100001111101101110100111101110111000011111011001011110 | e9eee1f6e9eee1f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)