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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襄礼灸B | 11100101111101011001011111100111100010111000010001000010 | e5f597e78b8442 |
EUC-JP | 襄礼灸B | 11101010111101111100111011101001101101011110010001000010 | eaf7cee9b5e442 |
UTF-8 | 襄礼灸B | 11101000101001011000010011100111101001001011110011100111100000011011100001000010 | e8a584e7a4bce781b842 |
UHC | 襄?灸B | 111001011101000100111111110011111011011001000010 | e5d13fcfb642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)