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 | ???f^ | 0011111100111111001111110110011001011110 | 3f3f3f665e |
SJIS-WIN | 谷脱促f^ | 1001001001001010100100100100010110010001101000110110011001011110 | 924a924591a3665e |
EUC-JP | 谷脱促f^ | 1100001110101011110000111010011011000010101001010110011001011110 | c3abc3a6c2a5665e |
UTF-8 | 谷脱促f^ | 1110100010110000101101111110100010000100101100011110010010111111100000110110011001011110 | e8b0b7e884b1e4bf83665e |
UHC | 谷?促f^ | 11001101110110110011111111110101101101010110011001011110 | cddb3ff5b5665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)