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 | 隘樔サ吝沂 | 111010001010010110011110111001001011101110011001111001011001111110001011 | e8a59ee4bb99e59f8b |
EUC-JP | 隘樔サ吝沂 | 11110000101001111101110011100110100011101011101111010010111001111101110111101011 | f0a7dce68ebbd2e7ddeb |
UTF-8 | 隘樔サ吝沂 | 111010011001101010011000111001101010100010010100111011111011110110111011111001011001000010011101111001101011001010000010 | e99a98e6a894efbdbbe5909de6b282 |
UHC | 隘??吝沂 | 1110010011110110001111110011111111010111111100001101000110101010 | e4f63f3fd7f0d1aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)