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 | ン犱ン犱^ | 11011101111110110101101111011101111110110101101101011110 | ddfb5bddfb5b5e |
EUC-JP | ン犱ン犱^ | 1000111011011101100011111100101011101111100011101101110110001111110010101110111101011110 | 8edd8fcaef8edd8fcaef5e |
UTF-8 | ン犱ン犱^ | 11101111101111101001110111100111100010101011000111101111101111101001110111100111100010101011000101011110 | efbe9de78ab1efbe9de78ab15e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)