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 | 鞐榊、ゑス | 1110100011011110100011011110010110100100100000101110111110111101 | e8de8de5a482efbd |
EUC-JP | 鞐榊、ゑス | 11110000111000001011101011100111100011101010010010100100111100011000111010111101 | f0e0bae78ea4a4f18ebd |
UTF-8 | 鞐榊、ゑス | 111010011001111010010000111001101010011010001010111011111011110110100100111000111000001010010001111011111011110110111101 | e99e90e6a68aefbda4e38291efbdbd |
UHC | ???ゑ? | 001111110011111100111111101010101111000100111111 | 3f3f3faaf13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)