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 | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-WIN | 偲鴫篠室~ | 100011101100001110001110101100001000111011000010100011101011101001111110 | 8ec38eb08ec28eba7e |
EUC-JP | 偲鴫篠室~ | 101111001100010110111100101100101011110011000100101111001011110001111110 | bcc5bcb2bcc4bcbc7e |
UTF-8 | 偲鴫篠室~ | 11100101100000011011001011101001101101001010101111100111101011111010000011100101101011101010010001111110 | e581b2e9b4abe7afa0e5aea47e |
UHC | ??篠室~ | 00111111001111111110000111000110111000111111100001111110 | 3f3fe1c6e3f87e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)