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 | ?挑?肋 | 001111111001001010100111001111111001100001011101 | 3f92a73f985d |
EUC-JP | ?挑?肋 | 001111111100010010101001001111111100111110111110 | 3fc4a93fcfbe |
UTF-8 | 뤵挑㉣肋 | 111010111010010010110101111001101000110010010001111000111000100110100011111010001000001010001011 | eba4b5e68c91e389a3e8828b |
UHC | 뤵挑㉣肋 | 1000111111100011110100111111101110101000101101001101011111001110 | 8fe3d3fba8b4d7ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)