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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 施?扮 | 1000111001111011001111111001010110101111 | 8e7b3f95af |
EUC-JP | 施?扮 | 1011101111011100001111111100101010110001 | bbdc3fcab1 |
UTF-8 | 施닳扮 | 111001101001011010111101111010111000101110110011111001101000100110101110 | e696bdeb8bb3e689ae |
UHC | 施닳扮 | 111000111011111110110100111000101101110111001010 | e3bfb4e2ddca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)