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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遶溷ョ削゚ | 1110011110101011100111111110010110101110100011011110110111011111 | e7ab9fe5ae8deddf |
EUC-JP | 遶溷ョ削゚ | 11101110101011011101111011100111100011101010111010111010111011111000111011011111 | eeaddee78eaebaef8edf |
UTF-8 | 遶溷ョ削゚ | 111010011000000110110110111001101011101010110111111011111011110110101110111001011000100110001010111011111011111010011111 | e981b6e6bab7efbdaee5898aefbe9f |
UHC | ???削? | 001111110011111100111111110111101111101100111111 | 3f3f3fdefb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)