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 | ス禺ス禺^ | 10111101111000100101101110111101111000100101101101011110 | bde25bbde25b5e |
EUC-JP | ス禺ス禺^ | 100011101011110111100011101111001000111010111101111000111011110001011110 | 8ebde3bc8ebde3bc5e |
UTF-8 | ス禺ス禺^ | 11101111101111011011110111100111101001101011101011101111101111011011110111100111101001101011101001011110 | efbdbde7a6baefbdbde7a6ba5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)