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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 野ц?}B | 10010110111011001000010010001000001111110111110101000010 | 96ec84883f7d42 |
EUC-JP | 野ц?}B | 11001100111011101010011111101000001111110111110101000010 | cceea7e83f7d42 |
UTF-8 | 野ц뮅}B | 11101001100001111000111011010001100001101110101110101110100001010111110101000010 | e9878ed186ebae857d42 |
UHC | 野ц뮅}B | 1110010110101111101011001110100010010010100101000111110101000010 | e5aface892947d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)