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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 驍ゼ}驍ゼ{^ | 1110100110000010100000110101101101111101111010011000001010000011010110110111101101011110 | e982835b7de982835b7b5e |
EUC-JP | 驍ゼ}驍ゼ{^ | 1111000111100010101001011011110001111101111100011110001010100101101111000111101101011110 | f1e2a5bc7df1e2a5bc7b5e |
UTF-8 | 驍ゼ}驍ゼ{^ | 111010011010100110001101111000111000001010111100011111011110100110101001100011011110001110000010101111000111101101011110 | e9a98de382bc7de9a98de382bc7b5e |
UHC | 驍ゼ}驍ゼ{^ | 1111110110100100101010111011110001111101111111011010010010101011101111000111101101011110 | fda4abbc7dfda4abbc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)