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 | ??\}??\{^ | 001111110011111101011100011111010011111100111111010111000111101101011110 | 3f3f5c7d3f3f5c7b5e |
SJIS-WIN | 始?\}始?\{^ | 1000111001101110001111110101110001111101100011100110111000111111010111000111101101011110 | 8e6e3f5c7d8e6e3f5c7b5e |
EUC-JP | 始?\}始?\{^ | 1011101111001111001111110101110001111101101110111100111100111111010111000111101101011110 | bbcf3f5c7dbbcf3f5c7b5e |
UTF-8 | 始푿\}始푿\{^ | 1110010110100111100010111110110110010001101111110101110001111101111001011010011110001011111011011001000110111111010111000111101101011110 | e5a78bed91bf5c7de5a78bed91bf5c7b5e |
UHC | 始푿\}始푿\{^ | 11100011101101111100011110101101010111000111110111100011101101111100011110101101010111000111101101011110 | e3b7c7ad5c7de3b7c7ad5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)