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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鐔翠君 | 111010000101110010010000100010011000110001001110 | e85c90898c4e |
EUC-JP | 鐔翠君 | 111011111011110110111111111010011011011110101111 | efbdbfe9b7af |
UTF-8 | 鐔翠君 | 111010011001000010010100111001111011111110100000111001011001000010011011 | e99094e7bfa0e5909b |
UHC | ?翠君 | 0011111111110110101010001100111111010110 | 3ff6a8cfd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)