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 | 賢賢^ | 11101000101100111010001011101000101100111010001001011110 | e8b3a2e8b3a25e |
SJIS-WIN | ??¢??¢^ | 001111110011111110000001100100010011111100111111100000011001000101011110 | 3f3f81913f3f81915e |
EUC-JP | ��^ | 10001111101010111011001000111111101000011111000110001111101010111011001000111111101000011111000101011110 | 8fabb23fa1f18fabb23fa1f15e |
UTF-8 | 賢賢^ | 11000011101010001100001010110011110000101010001011000011101010001100001010110011110000101010001001011110 | c3a8c2b3c2a2c3a8c2b3c2a25e |
UHC | ?³??³?^ | 001111111010100111111000001111110011111110101001111110000011111101011110 | 3fa9f83f3fa9f83f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)