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 | ?俗}?俗{^ | 001111111001000110101101011111010011111110010001101011010111101101011110 | 3f91ad7d3f91ad7b5e |
EUC-JP | 剡俗}剡俗{^ | 10001111101100111100011111000010101011110111110110001111101100111100011111000010101011110111101101011110 | 8fb3c7c2af7d8fb3c7c2af7b5e |
UTF-8 | 剡俗}剡俗{^ | 111001011000100110100001111001001011111110010111011111011110010110001001101000011110010010111111100101110111101101011110 | e589a1e4bf977de589a1e4bf977b5e |
UHC | 剡俗}剡俗{^ | 1110000011100110111000011101010001111101111000001110011011100001110101000111101101011110 | e0e6e1d47de0e6e1d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)