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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ン[ン[^ | 110111011111011101100010010110111101110111110111011000100101101101011110 | ddf7625bddf7625b5e |
EUC-JP | ン?[ン?[^ | 100011101101110100111111010110111000111011011101001111110101101101011110 | 8edd3f5b8edd3f5b5e |
UTF-8 | ン[ン[^ | 111011111011111010011101111011101001010110000110010110111110111110111110100111011110111010010101100001100101101101011110 | efbe9dee95865befbe9dee95865b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)