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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞐矩ュ倪 | 11101000110111101000101111101001101011011001100011100010 | e8de8be9ad98e2 |
EUC-JP | 鞐矩ュ倪 | 1111000011100000101101101110101110001110101011011101000011100100 | f0e0b6eb8eadd0e4 |
UTF-8 | 鞐矩ュ倪 | 111010011001111010010000111001111001111110101001111011111011110110101101111001011000000010101010 | e99e90e79fa9efbdade580aa |
UHC | ?矩?倪 | 001111111100111110111011001111111110011111010010 | 3fcfbb3fe7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)