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 | ?D?H | 00111111010001000011111101001000 | 3f443f48 |
SJIS-WIN | 辰D叩H | 100100100100001101000100100100100100000001001000 | 924344924048 |
EUC-JP | 辰D叩H | 110000111010010001000100110000111010000101001000 | c3a444c3a148 |
UTF-8 | 辰D叩H | 1110100010111110101100000100010011100101100011111010100101001000 | e8beb044e58fa948 |
UHC | 辰D叩H | 111100101110001101000100110011011011000001001000 | f2e344cdb048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)