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 | ???r{d | 001111110011111100111111011100100111101101100100 | 3f3f3f727b64 |
SJIS-WIN | 辰谷即r{d | 100100100100001110010010010010101001000110100110011100100111101101100100 | 9243924a91a6727b64 |
EUC-JP | 辰谷即r{d | 110000111010010011000011101010111100001010101000011100100111101101100100 | c3a4c3abc2a8727b64 |
UTF-8 | 辰谷即r{d | 111010001011111010110000111010001011000010110111111001011000110110110011011100100111101101100100 | e8beb0e8b0b7e58db3727b64 |
UHC | 辰谷?r{d | 1111001011100011110011011101101100111111011100100111101101100100 | f2e3cddb3f727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)