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 | 鞐玖ソ撮 | 11101000110111101000101111101000101111111000111001000010 | e8de8be8bf8e42 |
EUC-JP | 鞐玖ソ撮 | 1111000011100000101101101110101010001110101111111011101110100011 | f0e0b6ea8ebfbba3 |
UTF-8 | 鞐玖ソ撮 | 111010011001111010010000111001111000111010010110111011111011110110111111111001101001001010101110 | e99e90e78e96efbdbfe692ae |
UHC | ?玖?撮 | 001111111100111110111000001111111111010111001001 | 3fcfb83ff5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)