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 | ????_ | 0011111100111111001111110011111101011111 | 3f3f3f3f5f |
SJIS-WIN | 篠自偲失_ | 100011101100001010001110101010011000111011000011100011101011100001011111 | 8ec28ea98ec38eb85f |
EUC-JP | 篠自偲失_ | 101111001100010010111100101010111011110011000101101111001011101001011111 | bcc4bcabbcc5bcba5f |
UTF-8 | 篠自偲失_ | 11100111101011111010000011101000100001111010101011100101100000011011001011100101101001001011000101011111 | e7afa0e887aae581b2e5a4b15f |
UHC | 篠自?失_ | 1110000111000110111011011011101100111111111000111111011101011111 | e1c6edbb3fe3f75f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)