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 | 慂?薪?? | 10011100110010000011111110010000011001000011111100111111 | 9cc83f90643f3f |
EUC-JP | 慂?薪?? | 11011000110010100011111110111111110001010011111100111111 | d8ca3fbfc53f3f |
UTF-8 | 慂뗺薪礖㎬ | 111001101000010110000010111010111001011110111010111010001001011010101010111001111010010010010110111000111000111010101100 | e68582eb97bae896aae7a496e38eac |
UHC | 慂뗺薪礖㎬ | 11101001101111011000101111111001111000111110111111100110101001101010011111101000 | e9bd8bf9e3efe6a6a7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)