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 | ???gF | 0011111100111111001111110110011101000110 | 3f3f3f6746 |
SJIS-WIN | 谷脱促gF | 1001001001001010100100100100010110010001101000110110011101000110 | 924a924591a36746 |
EUC-JP | 谷脱促gF | 1100001110101011110000111010011011000010101001010110011101000110 | c3abc3a6c2a56746 |
UTF-8 | 谷脱促gF | 1110100010110000101101111110100010000100101100011110010010111111100000110110011101000110 | e8b0b7e884b1e4bf836746 |
UHC | 谷?促gF | 11001101110110110011111111110101101101010110011101000110 | cddb3ff5b56746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)