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?? | 0011111100111111011001000011111100111111 | 3f3f643f3f |
SJIS-WIN | 嶸ーd嶸鋒 | 1111101010110100101100000110010011111010101101001001011001001110 | fab4b064fab4964e |
EUC-JP | 嶸ーd嶸鋒 | 1000111110111011111101001000111010110000011001001000111110111011111101001100101110101111 | 8fbbf48eb0648fbbf4cbaf |
UTF-8 | 嶸ーd嶸鋒 | 11100101101101101011100011101111101111011011000001100100111001011011011010111000111010011000101110010010 | e5b6b8efbdb064e5b6b8e98b92 |
UHC | 嶸?d嶸鋒 | 1110011110101110001111110110010011100111101011101101110011110010 | e7ae3f64e7aedcf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)