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 | ?k}\}?k}\{^ | 0011111101101011011111010101110001111101001111110110101101111101010111000111101101011110 | 3f6b7d5c7d3f6b7d5c7b5e |
SJIS-WIN | 穗k}\}穗k}\{^ | 11100010011011100110101101111101010111000111110111100010011011100110101101111101010111000111101101011110 | e26e6b7d5c7de26e6b7d5c7b5e |
EUC-JP | 穗k}\}穗k}\{^ | 11100011110011110110101101111101010111000111110111100011110011110110101101111101010111000111101101011110 | e3cf6b7d5c7de3cf6b7d5c7b5e |
UTF-8 | 穗k}\}穗k}\{^ | 111001111010100110010111011010110111110101011100011111011110011110101001100101110110101101111101010111000111101101011110 | e7a9976b7d5c7de7a9976b7d5c7b5e |
UHC | 穗k}\}穗k}\{^ | 11100010101101000110101101111101010111000111110111100010101101000110101101111101010111000111101101011110 | e2b46b7d5c7de2b46b7d5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)