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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 野ц?\ | 100101101110110010000100100010000011111101011100 | 96ec84883f5c |
EUC-JP | 野ц?\ | 110011001110111010100111111010000011111101011100 | cceea7e83f5c |
UTF-8 | 野ц죹\ | 111010011000011110001110110100011000011011101100101000111011100101011100 | e9878ed186eca3b95c |
UHC | 野ц죹\ | 11100101101011111010110011101000101000011001001101011100 | e5aface8a1935c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)