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 | ???u{d | 001111110011111100111111011101010111101101100100 | 3f3f3f757b64 |
SJIS-WIN | 谷脱促u{d | 100100100100101010010010010001011001000110100011011101010111101101100100 | 924a924591a3757b64 |
EUC-JP | 谷脱促u{d | 110000111010101111000011101001101100001010100101011101010111101101100100 | c3abc3a6c2a5757b64 |
UTF-8 | 谷脱促u{d | 111010001011000010110111111010001000010010110001111001001011111110000011011101010111101101100100 | e8b0b7e884b1e4bf83757b64 |
UHC | 谷?促u{d | 1100110111011011001111111111010110110101011101010111101101100100 | cddb3ff5b5757b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)